#235B31

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

Shades of Kaitoke Green #235B31

Tints of Kaitoke Green #235B31

Color information

#235B31 (or 0x235B31) is unknown color: approx Kaitoke Green. HEX triplet: 23, 5B and 31. RGB value is (35,91,49). Sum of RGB (Red+Green+Blue) = 35+91+49=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 91 (35.94% from 255 or 52% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 91 - color contains mainly: green. Hex color #235B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235B31 is #DCA4CE. Grayscale: #454545. Windows color (decimal): -14460111 or 3234595. OLE color: 3234595.

HSL color Cylindrical-coordinate representation of color #235B31: hue angle of 135º 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 #235B31 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB359149-
CMYK0.6200.460.64
HSL135º44.44%24.71%-
HSV(B)135º61.54%35.69%-
XYZ4.998.064.2-
YUV69.47116.45103.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20%
GREEN value IS 91 (35.94% from 255) = 52%
BLUE value IS 49 (19.53% from 255) = 28%
R=20%
G=52%
B=28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3591490.6200.460.6413544.4424.71
Hex235B313E02E40872c19
Octal4313361760561002075431
Binary1000111011011110001111110010111010000001000011110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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