#225033

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

Shades of Kaitoke Green #225033

Tints of Kaitoke Green #225033

Color information

#225033 (or 0x225033) is unknown color: approx Kaitoke Green. HEX triplet: 22, 50 and 33. RGB value is (34,80,51). Sum of RGB (Red+Green+Blue) = 34+80+51=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #225033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225033 is #DDAFCC. Grayscale: #3F3F3F. Windows color (decimal): -14528461 or 3362850. OLE color: 3362850.

HSL color Cylindrical-coordinate representation of color #225033: hue angle of 142.17º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #225033 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB348051-
CMYK0.5800.360.69
HSL142.17º40.35%22.35%-
HSV(B)142.17º57.5%31.37%-
XYZ4.136.324.13-
YUV62.94121.26107.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.61%
GREEN value IS 80 (31.64% from 255) = 48.48%
BLUE value IS 51 (20.31% from 255) = 30.91%
R=20.61%
G=48.48%
B=30.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3480510.5800.360.69142.1740.3522.35
Hex2250333A024458e2816
Octal4212063720441052165026
Binary1000101010000110011111010010010010001011000111010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225033; }

 p { color: rgb(34,80,51); }

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

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

 a { background-color: rgb(34,80,51); }

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

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

 span { border-color: rgb(34,80,51); }

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