#1F5832

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

Shades of Kaitoke Green #1F5832

Tints of Kaitoke Green #1F5832

Color information

#1F5832 (or 0x1F5832) is unknown color: approx Kaitoke Green. HEX triplet: 1F, 58 and 32. RGB value is (31,88,50). Sum of RGB (Red+Green+Blue) = 31+88+50=169 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.34% from 169); Green value is 88 (34.77% from 255 or 52.07% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 88 - color contains mainly: green. Hex color #1F5832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5832 is #E0A7CD. Grayscale: #424242. Windows color (decimal): -14723022 or 3299359. OLE color: 3299359.

HSL color Cylindrical-coordinate representation of color #1F5832: hue angle of 140º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F5832 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB318850-
CMYK0.6500.430.65
HSL140º47.9%23.33%-
HSV(B)140º64.77%34.51%-
XYZ4.637.54.22-
YUV66.62118.62102.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.34%
GREEN value IS 88 (34.77% from 255) = 52.07%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=18.34%
G=52.07%
B=29.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3188500.6500.430.6514047.923.33
Hex1F58324102B418c3017
Octal37130621010531012146027
Binary1111110110001100101000001010101110000011000110011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F5832; }

 p { color: rgb(31,88,50); }

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

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

 a { background-color: rgb(31,88,50); }

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

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

 span { border-color: rgb(31,88,50); }

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