#234B32

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

Shades of Kaitoke Green #234B32

Tints of Kaitoke Green #234B32

Color information

#234B32 (or 0x234B32) is unknown color: approx Kaitoke Green. HEX triplet: 23, 4B and 32. RGB value is (35,75,50). Sum of RGB (Red+Green+Blue) = 35+75+50=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 75 - color contains mainly: green. Hex color #234B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234B32 is #DCB4CD. Grayscale: #3C3C3C. Windows color (decimal): -14464206 or 3296035. OLE color: 3296035.

HSL color Cylindrical-coordinate representation of color #234B32: hue angle of 142.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 #234B32 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB357550-
CMYK0.5300.330.71
HSL142.5º36.36%21.57%-
HSV(B)142.5º53.33%29.41%-
XYZ3.785.623.9-
YUV60.19122.25110.03-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.88%
GREEN value IS 75 (29.69% from 255) = 46.88%
BLUE value IS 50 (19.92% from 255) = 31.25%
R=21.88%
G=46.88%
B=31.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3575500.5300.330.71142.536.3621.57
Hex234B3235021478e2416
Octal4311362650411072164426
Binary1000111001011110010110101010000110001111000111010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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