#264F30

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

Shades of Kaitoke Green #264F30

Tints of Kaitoke Green #264F30

Color information

#264F30 (or 0x264F30) is unknown color: approx Kaitoke Green. HEX triplet: 26, 4F and 30. RGB value is (38,79,48). Sum of RGB (Red+Green+Blue) = 38+79+48=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 79 - color contains mainly: green. Hex color #264F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264F30 is #D9B0CF. Grayscale: #3F3F3F. Windows color (decimal): -14266576 or 3165990. OLE color: 3165990.

HSL color Cylindrical-coordinate representation of color #264F30: hue angle of 134.63º 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 #264F30 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB387948-
CMYK0.5200.390.69
HSL134.63º35.04%22.94%-
HSV(B)134.63º51.9%30.98%-
XYZ4.136.223.78-
YUV63.21119.42110.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.03%
GREEN value IS 79 (31.25% from 255) = 47.88%
BLUE value IS 48 (19.14% from 255) = 29.09%
R=23.03%
G=47.88%
B=29.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3879480.5200.390.69134.6335.0422.94
Hex264F303402745872317
Octal4611760640471052074327
Binary1001101001111110000110100010011110001011000011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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