#264E33

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

Shades of Kaitoke Green #264E33

Tints of Kaitoke Green #264E33

Color information

#264E33 (or 0x264E33) is unknown color: approx Kaitoke Green. HEX triplet: 26, 4E and 33. RGB value is (38,78,51). Sum of RGB (Red+Green+Blue) = 38+78+51=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 78 - color contains mainly: green. Hex color #264E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264E33 is #D9B1CC. Grayscale: #3F3F3F. Windows color (decimal): -14266829 or 3362342. OLE color: 3362342.

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

Color convert

RGB387851-
CMYK0.5100.350.69
HSL139.5º34.48%22.75%-
HSV(B)139.5º51.28%30.59%-
XYZ4.126.14.09-
YUV62.96121.25110.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.75%
GREEN value IS 78 (30.86% from 255) = 46.71%
BLUE value IS 51 (20.31% from 255) = 30.54%
R=22.75%
G=46.71%
B=30.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3878510.5100.350.69139.534.4822.75
Hex264E3333023458c2217
Octal4611663630431052144227
Binary1001101001110110011110011010001110001011000110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,78,51); }

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

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

 a { background-color: rgb(38,78,51); }

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

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

 span { border-color: rgb(38,78,51); }

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