#235039

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

Shades of Kaitoke Green #235039

Tints of Kaitoke Green #235039

Color information

#235039 (or 0x235039) is unknown color: approx Kaitoke Green. HEX triplet: 23, 50 and 39. RGB value is (35,80,57). Sum of RGB (Red+Green+Blue) = 35+80+57=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #235039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235039 is #DCAFC6. Grayscale: #3F3F3F. Windows color (decimal): -14462919 or 3756067. OLE color: 3756067.

HSL color Cylindrical-coordinate representation of color #235039: hue angle of 149.33º 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 #235039 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB358057-
CMYK0.5600.290.69
HSL149.33º39.13%22.55%-
HSV(B)149.33º56.25%31.37%-
XYZ4.36.394.88-
YUV63.92124.09107.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 80 (31.64% from 255) = 46.51%
BLUE value IS 57 (22.66% from 255) = 33.14%
R=20.35%
G=46.51%
B=33.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3580570.5600.290.69149.3339.1322.55
Hex2350393801D45952717
Octal4312071700351052254727
Binary100011101000011100111100001110110001011001010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235039; }

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

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

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

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

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

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

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

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