#234E30

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

Shades of Kaitoke Green #234E30

Tints of Kaitoke Green #234E30

Color information

#234E30 (or 0x234E30) is unknown color: approx Kaitoke Green. HEX triplet: 23, 4E and 30. RGB value is (35,78,48). Sum of RGB (Red+Green+Blue) = 35+78+48=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 78 (30.86% from 255 or 48.45% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 78 - color contains mainly: green. Hex color #234E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234E30 is #DCB1CF. Grayscale: #3D3D3D. Windows color (decimal): -14463440 or 3165731. OLE color: 3165731.

HSL color Cylindrical-coordinate representation of color #234E30: hue angle of 138.14º 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 #234E30 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.69.

Color convert

RGB357848-
CMYK0.5500.380.69
HSL138.14º38.05%22.16%-
HSV(B)138.14º55.13%30.59%-
XYZ3.956.023.75-
YUV61.72120.25108.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.74%
GREEN value IS 78 (30.86% from 255) = 48.45%
BLUE value IS 48 (19.14% from 255) = 29.81%
R=21.74%
G=48.45%
B=29.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3578480.5500.380.69138.1438.0522.16
Hex234E3037026458a2616
Octal4311660670461052124626
Binary1000111001110110000110111010011010001011000101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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