#234E31

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

Shades of Kaitoke Green #234E31

Tints of Kaitoke Green #234E31

Color information

#234E31 (or 0x234E31) is unknown color: approx Kaitoke Green. HEX triplet: 23, 4E and 31. RGB value is (35,78,49). Sum of RGB (Red+Green+Blue) = 35+78+49=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 78 (30.86% from 255 or 48.15% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 78 - color contains mainly: green. Hex color #234E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234E31 is #DCB1CE. Grayscale: #3D3D3D. Windows color (decimal): -14463439 or 3231267. OLE color: 3231267.

HSL color Cylindrical-coordinate representation of color #234E31: hue angle of 139.53º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #234E31 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB357849-
CMYK0.5500.370.69
HSL139.53º38.05%22.16%-
HSV(B)139.53º55.13%30.59%-
XYZ3.976.033.86-
YUV61.84120.75108.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.60%
GREEN value IS 78 (30.86% from 255) = 48.15%
BLUE value IS 49 (19.53% from 255) = 30.25%
R=21.60%
G=48.15%
B=30.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3578490.5500.370.69139.5338.0522.16
Hex234E3137025458c2616
Octal4311661670451052144626
Binary1000111001110110001110111010010110001011000110010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234E31; }

 p { color: rgb(35,78,49); }

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

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

 a { background-color: rgb(35,78,49); }

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

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

 span { border-color: rgb(35,78,49); }

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