#225A34

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

Shades of Kaitoke Green #225A34

Tints of Kaitoke Green #225A34

Color information

#225A34 (or 0x225A34) is unknown color: approx Kaitoke Green. HEX triplet: 22, 5A and 34. RGB value is (34,90,52). Sum of RGB (Red+Green+Blue) = 34+90+52=176 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.32% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #225A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225A34 is #DDA5CB. Grayscale: #454545. Windows color (decimal): -14525900 or 3430946. OLE color: 3430946.

HSL color Cylindrical-coordinate representation of color #225A34: hue angle of 139.29º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #225A34 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB349052-
CMYK0.6200.420.65
HSL139.29º45.16%24.31%-
HSV(B)139.29º62.22%35.29%-
XYZ4.947.94.51-
YUV68.92118.45103.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.32%
GREEN value IS 90 (35.55% from 255) = 51.14%
BLUE value IS 52 (20.70% from 255) = 29.55%
R=19.32%
G=51.14%
B=29.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3490520.6200.420.65139.2945.1624.31
Hex225A343E02A418b2d18
Octal4213264760521012135530
Binary1000101011010110100111110010101010000011000101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225A34; }

 p { color: rgb(34,90,52); }

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

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

 a { background-color: rgb(34,90,52); }

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

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

 span { border-color: rgb(34,90,52); }

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