#225B38

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

Shades of Kaitoke Green #225B38

Tints of Kaitoke Green #225B38

Color information

#225B38 (or 0x225B38) is unknown color: approx Kaitoke Green. HEX triplet: 22, 5B and 38. RGB value is (34,91,56). Sum of RGB (Red+Green+Blue) = 34+91+56=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 91 (35.94% from 255 or 50.28% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 91 - color contains mainly: green. Hex color #225B38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225B38 is #DDA4C7. Grayscale: #464646. Windows color (decimal): -14525640 or 3693346. OLE color: 3693346.

HSL color Cylindrical-coordinate representation of color #225B38: hue angle of 143.16º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #225B38 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB349156-
CMYK0.6300.380.64
HSL143.16º45.6%24.51%-
HSV(B)143.16º62.64%35.69%-
XYZ5.118.115.04-
YUV69.97120.12102.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.78%
GREEN value IS 91 (35.94% from 255) = 50.28%
BLUE value IS 56 (22.27% from 255) = 30.94%
R=18.78%
G=50.28%
B=30.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3491560.6300.380.64143.1645.624.51
Hex225B383F026408f2e19
Octal4213370770461002175631
Binary1000101011011111000111111010011010000001000111110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,91,56); }

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

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

 a { background-color: rgb(34,91,56); }

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

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

 span { border-color: rgb(34,91,56); }

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