#229082

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

Shades of Java #229082

Tints of Java #229082

Color information

#229082 (or 0x229082) is unknown color: approx Java. HEX triplet: 22, 90 and 82. RGB value is (34,144,130). Sum of RGB (Red+Green+Blue) = 34+144+130=308 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.04% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #229082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229082 is #DD6F7D. Grayscale: #6D6D6D. Windows color (decimal): -14511998 or 8556578. OLE color: 8556578.

HSL color Cylindrical-coordinate representation of color #229082: hue angle of 172.36º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #229082 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB34144130-
CMYK0.7600.100.44
HSL172.36º61.8%34.9%-
HSV(B)172.36º76.39%56.47%-
XYZ14.6621.924.57-
YUV109.51139.5674.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.04%
GREEN value IS 144 (56.64% from 255) = 46.75%
BLUE value IS 130 (51.17% from 255) = 42.21%
R=11.04%
G=46.75%
B=42.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal341441300.7600.100.44172.3661.834.9
Hex2290824C0A2Cac3e23
Octal42220202114012542547643
Binary100010100100001000001010011000101010110010101100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229082; }

 p { color: rgb(34,144,130); }

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

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

 a { background-color: rgb(34,144,130); }

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

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

 span { border-color: rgb(34,144,130); }

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