#225231

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

Shades of Kaitoke Green #225231

Tints of Kaitoke Green #225231

Color information

#225231 (or 0x225231) is unknown color: approx Kaitoke Green. HEX triplet: 22, 52 and 31. RGB value is (34,82,49). Sum of RGB (Red+Green+Blue) = 34+82+49=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #225231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225231 is #DDADCE. Grayscale: #3F3F3F. Windows color (decimal): -14527951 or 3232290. OLE color: 3232290.

HSL color Cylindrical-coordinate representation of color #225231: hue angle of 138.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #225231 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB348249-
CMYK0.5900.400.68
HSL138.75º41.38%22.75%-
HSV(B)138.75º58.54%32.16%-
XYZ4.236.63.96-
YUV63.89119.6106.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.61%
GREEN value IS 82 (32.42% from 255) = 49.70%
BLUE value IS 49 (19.53% from 255) = 29.70%
R=20.61%
G=49.70%
B=29.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3482490.5900.400.68138.7541.3822.75
Hex2252313B028448b2917
Octal4212261730501042135127
Binary1000101010010110001111011010100010001001000101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225231; }

 p { color: rgb(34,82,49); }

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

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

 a { background-color: rgb(34,82,49); }

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

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

 span { border-color: rgb(34,82,49); }

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