#235031

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

Shades of Kaitoke Green #235031

Tints of Kaitoke Green #235031

Color information

#235031 (or 0x235031) is unknown color: approx Kaitoke Green. HEX triplet: 23, 50 and 31. RGB value is (35,80,49). Sum of RGB (Red+Green+Blue) = 35+80+49=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #235031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235031 is #DCAFCE. Grayscale: #3F3F3F. Windows color (decimal): -14462927 or 3231779. OLE color: 3231779.

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

Color convert

RGB358049-
CMYK0.5600.390.69
HSL138.67º39.13%22.55%-
HSV(B)138.67º56.25%31.37%-
XYZ4.126.323.91-
YUV63.01120.09108.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.34%
GREEN value IS 80 (31.64% from 255) = 48.78%
BLUE value IS 49 (19.53% from 255) = 29.88%
R=21.34%
G=48.78%
B=29.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3580490.5600.390.69138.6739.1322.55
Hex23503138027458b2717
Octal4312061700471052134727
Binary1000111010000110001111000010011110001011000101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235031; }

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

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

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

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

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

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

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

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