#235339

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

Shades of Kaitoke Green #235339

Tints of Kaitoke Green #235339

Color information

#235339 (or 0x235339) is unknown color: approx Kaitoke Green. HEX triplet: 23, 53 and 39. RGB value is (35,83,57). Sum of RGB (Red+Green+Blue) = 35+83+57=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 57 (22.66% from 255 or 32.57% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #235339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235339 is #DCACC6. Grayscale: #414141. Windows color (decimal): -14462151 or 3756835. OLE color: 3756835.

HSL color Cylindrical-coordinate representation of color #235339: hue angle of 147.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #235339 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB358357-
CMYK0.5800.310.67
HSL147.5º40.68%23.14%-
HSV(B)147.5º57.83%32.55%-
XYZ4.526.844.95-
YUV65.68123.1106.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20%
GREEN value IS 83 (32.81% from 255) = 47.43%
BLUE value IS 57 (22.66% from 255) = 32.57%
R=20%
G=47.43%
B=32.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3583570.5800.310.67147.540.6823.14
Hex2353393A01F43942917
Octal4312371720371032245127
Binary100011101001111100111101001111110000111001010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235339; }

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

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

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

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

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

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

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

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