#264F37

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

Shades of Kaitoke Green #264F37

Tints of Kaitoke Green #264F37

Color information

#264F37 (or 0x264F37) is unknown color: approx Kaitoke Green. HEX triplet: 26, 4F and 37. RGB value is (38,79,55). Sum of RGB (Red+Green+Blue) = 38+79+55=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 79 - color contains mainly: green. Hex color #264F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264F37 is #D9B0C8. Grayscale: #404040. Windows color (decimal): -14266569 or 3624742. OLE color: 3624742.

HSL color Cylindrical-coordinate representation of color #264F37: hue angle of 144.88º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #264F37 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB387955-
CMYK0.5200.300.69
HSL144.88º35.04%22.94%-
HSV(B)144.88º51.9%30.98%-
XYZ4.286.284.6-
YUV64122.92109.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.09%
GREEN value IS 79 (31.25% from 255) = 45.93%
BLUE value IS 55 (21.88% from 255) = 31.98%
R=22.09%
G=45.93%
B=31.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3879550.5200.300.69144.8835.0422.94
Hex264F373401E45912317
Octal4611767640361052214327
Binary100110100111111011111010001111010001011001000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264F37; }

 p { color: rgb(38,79,55); }

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

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

 a { background-color: rgb(38,79,55); }

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

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

 span { border-color: rgb(38,79,55); }

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