#234B2C

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

Shades of Kaitoke Green #234B2C

Tints of Kaitoke Green #234B2C

Color information

#234B2C (or 0x234B2C) is unknown color: approx Kaitoke Green. HEX triplet: 23, 4B and 2C. RGB value is (35,75,44). Sum of RGB (Red+Green+Blue) = 35+75+44=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 75 (29.69% from 255 or 48.70% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 75 - color contains mainly: green. Hex color #234B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234B2C is #DCB4D3. Grayscale: #3B3B3B. Windows color (decimal): -14464212 or 2902819. OLE color: 2902819.

HSL color Cylindrical-coordinate representation of color #234B2C: hue angle of 133.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234B2C is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB357544-
CMYK0.5300.410.71
HSL133.5º36.36%21.57%-
HSV(B)133.5º53.33%29.41%-
XYZ3.665.573.27-
YUV59.51119.25110.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.73%
GREEN value IS 75 (29.69% from 255) = 48.70%
BLUE value IS 44 (17.58% from 255) = 28.57%
R=22.73%
G=48.70%
B=28.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3575440.5300.410.71133.536.3621.57
Hex234B2C3502947862416
Octal4311354650511072064426
Binary1000111001011101100110101010100110001111000011010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,75,44); }

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

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

 a { background-color: rgb(35,75,44); }

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

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

 span { border-color: rgb(35,75,44); }

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