#22472C

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

Shades of Kaitoke Green #22472C

Tints of Kaitoke Green #22472C

Color information

#22472C (or 0x22472C) is unknown color: approx Kaitoke Green. HEX triplet: 22, 47 and 2C. RGB value is (34,71,44). Sum of RGB (Red+Green+Blue) = 34+71+44=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #22472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22472C is #DDB8D3. Grayscale: #383838. Windows color (decimal): -14530772 or 2901794. OLE color: 2901794.

HSL color Cylindrical-coordinate representation of color #22472C: hue angle of 136.22º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #22472C is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB347144-
CMYK0.5200.380.72
HSL136.22º35.24%20.59%-
HSV(B)136.22º52.11%27.84%-
XYZ3.375.033.18-
YUV56.86120.74111.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.82%
GREEN value IS 71 (28.12% from 255) = 47.65%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=22.82%
G=47.65%
B=29.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3471440.5200.380.72136.2235.2420.59
Hex22472C3402648882315
Octal4210754640461102104325
Binary1000101000111101100110100010011010010001000100010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22472C; }

 p { color: rgb(34,71,44); }

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

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

 a { background-color: rgb(34,71,44); }

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

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

 span { border-color: rgb(34,71,44); }

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