#235237

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

Shades of Kaitoke Green #235237

Tints of Kaitoke Green #235237

Color information

#235237 (or 0x235237) is unknown color: approx Kaitoke Green. HEX triplet: 23, 52 and 37. RGB value is (35,82,55). Sum of RGB (Red+Green+Blue) = 35+82+55=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #235237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235237 is #DCADC8. Grayscale: #404040. Windows color (decimal): -14462409 or 3625507. OLE color: 3625507.

HSL color Cylindrical-coordinate representation of color #235237: hue angle of 145.53º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #235237 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB358255-
CMYK0.5700.330.68
HSL145.53º40.17%22.94%-
HSV(B)145.53º57.32%32.16%-
XYZ4.46.674.67-
YUV64.87122.43106.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 82 (32.42% from 255) = 47.67%
BLUE value IS 55 (21.88% from 255) = 31.98%
R=20.35%
G=47.67%
B=31.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3582550.5700.330.68145.5340.1722.94
Hex2352373902144922817
Octal4312267710411042225027
Binary1000111010010110111111001010000110001001001001010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235237; }

 p { color: rgb(35,82,55); }

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

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

 a { background-color: rgb(35,82,55); }

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

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

 span { border-color: rgb(35,82,55); }

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