#30a29b

Color #30A29B Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #30A29B

Tints of Java #30A29B

Color information

#30A29B (or 0x30A29B) is unknown color: approx Java. HEX triplet: 30, A2 and 9B. RGB value is (48,162,155). Sum of RGB (Red+Green+Blue) = 48+162+155=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #30A29B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A29B is #CF5D64. Grayscale: #7F7F7F. Windows color (decimal): -13589861 or 10199600. OLE color: 10199600.

HSL color Cylindrical-coordinate representation of color #30A29B: hue angle of 176.32º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A29B is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB48162155-
CMYK0.7000.040.36
HSL176.32º54.29%41.18%-
HSV(B)176.32º70.37%63.53%-
XYZ20.0628.8435.52-
YUV127.12143.7371.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 13.15%
GREEN value IS 162 (63.67% from 255) = 44.38%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=13.15%
G=44.38%
B=42.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal481621550.7000.040.36176.3254.2941.18
Hex30A29B460424b03629
Octal6024223310604442606651
Binary11000010100010100110111000110010010010010110000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30a29b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30a29b; }

 p { color: rgb(48,162,155); }

 H1.HeaderClassName
 {
   color: #30a29b;
 }
 .AnyTagClassName
 {
   color: #30a29b;
 }
</style>
background-color css

<style>
 a { background-color: #30a29b; }

 a { background-color: rgb(48,162,155); }

 div.DivClassName
 {
   background-color: #30a29b;
 }
 .BgClassName
 {
   background-color: #30a29b;
 }
</style>
border-color css

<style>
 span { border-color: #30a29b; }

 span { border-color: rgb(48,162,155); }

 td.TdClassName
 {
   border-color: #30a29b;
 }
 .TagClassName
 {
   border-color: #30a29b;
 }
</style>