#264831

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

Shades of Kaitoke Green #264831

Tints of Kaitoke Green #264831

Color information

#264831 (or 0x264831) is unknown color: approx Kaitoke Green. HEX triplet: 26, 48 and 31. RGB value is (38,72,49). Sum of RGB (Red+Green+Blue) = 38+72+49=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #264831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264831 is #D9B7CE. Grayscale: #3B3B3B. Windows color (decimal): -14268367 or 3229734. OLE color: 3229734.

HSL color Cylindrical-coordinate representation of color #264831: hue angle of 139.41º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #264831 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB387249-
CMYK0.4700.320.72
HSL139.41º30.91%21.57%-
HSV(B)139.41º47.22%28.24%-
XYZ3.675.273.73-
YUV59.21122.24112.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.90%
GREEN value IS 72 (28.52% from 255) = 45.28%
BLUE value IS 49 (19.53% from 255) = 30.82%
R=23.90%
G=45.28%
B=30.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3872490.4700.320.72139.4130.9121.57
Hex2648312F020488b1f16
Octal4611061570401102133726
Binary100110100100011000110111101000001001000100010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264831; }

 p { color: rgb(38,72,49); }

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

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

 a { background-color: rgb(38,72,49); }

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

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

 span { border-color: rgb(38,72,49); }

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