#235032

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

Shades of Kaitoke Green #235032

Tints of Kaitoke Green #235032

Color information

#235032 (or 0x235032) is unknown color: approx Kaitoke Green. HEX triplet: 23, 50 and 32. RGB value is (35,80,50). Sum of RGB (Red+Green+Blue) = 35+80+50=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #235032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235032 is #DCAFCD. Grayscale: #3F3F3F. Windows color (decimal): -14462926 or 3297315. OLE color: 3297315.

HSL color Cylindrical-coordinate representation of color #235032: hue angle of 140º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #235032 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB358050-
CMYK0.5600.370.69
HSL140º39.13%22.55%-
HSV(B)140º56.25%31.37%-
XYZ4.146.324.02-
YUV63.12120.59107.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.21%
GREEN value IS 80 (31.64% from 255) = 48.48%
BLUE value IS 50 (19.92% from 255) = 30.30%
R=21.21%
G=48.48%
B=30.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3580500.5600.370.6914039.1322.55
Hex23503238025458c2717
Octal4312062700451052144727
Binary1000111010000110010111000010010110001011000110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235032; }

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

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

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

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

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

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

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

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