#234E2E

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

Shades of Kaitoke Green #234E2E

Tints of Kaitoke Green #234E2E

Color information

#234E2E (or 0x234E2E) is unknown color: approx Kaitoke Green. HEX triplet: 23, 4E and 2E. RGB value is (35,78,46). Sum of RGB (Red+Green+Blue) = 35+78+46=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 78 (30.86% from 255 or 49.06% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 78 - color contains mainly: green. Hex color #234E2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234E2E is #DCB1D1. Grayscale: #3D3D3D. Windows color (decimal): -14463442 or 3034659. OLE color: 3034659.

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

Color convert

RGB357846-
CMYK0.5500.410.69
HSL135.35º38.05%22.16%-
HSV(B)135.35º55.13%30.59%-
XYZ3.9163.54-
YUV61.49119.25109.1-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.01%
GREEN value IS 78 (30.86% from 255) = 49.06%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=22.01%
G=49.06%
B=28.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3578460.5500.410.69135.3538.0522.16
Hex234E2E3702945872616
Octal4311656670511052074626
Binary1000111001110101110110111010100110001011000011110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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