#235B39

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

Shades of Kaitoke Green #235B39

Tints of Kaitoke Green #235B39

Color information

#235B39 (or 0x235B39) is unknown color: approx Kaitoke Green. HEX triplet: 23, 5B and 39. RGB value is (35,91,57). Sum of RGB (Red+Green+Blue) = 35+91+57=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 57 (22.66% from 255 or 31.15% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #235B39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235B39 is #DCA4C6. Grayscale: #464646. Windows color (decimal): -14460103 or 3758883. OLE color: 3758883.

HSL color Cylindrical-coordinate representation of color #235B39: hue angle of 143.57º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #235B39 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB359157-
CMYK0.6200.370.64
HSL143.57º44.44%24.71%-
HSV(B)143.57º61.54%35.69%-
XYZ5.178.135.17-
YUV70.38120.45102.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.13%
GREEN value IS 91 (35.94% from 255) = 49.73%
BLUE value IS 57 (22.66% from 255) = 31.15%
R=19.13%
G=49.73%
B=31.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3591570.6200.370.64143.5744.4424.71
Hex235B393E02540902c19
Octal4313371760451002205431
Binary1000111011011111001111110010010110000001001000010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235B39; }

 p { color: rgb(35,91,57); }

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

<style>
 a { background-color: #235B39; }

 a { background-color: rgb(35,91,57); }

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

<style>
 span { border-color: #235B39; }

 span { border-color: rgb(35,91,57); }

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