#1F573C

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

Shades of Kaitoke Green #1F573C

Tints of Kaitoke Green #1F573C

Color information

#1F573C (or 0x1F573C) is unknown color: approx Kaitoke Green. HEX triplet: 1F, 57 and 3C. RGB value is (31,87,60). Sum of RGB (Red+Green+Blue) = 31+87+60=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 87 (34.38% from 255 or 48.88% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 87 - color contains mainly: green. Hex color #1F573C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F573C is #E0A8C3. Grayscale: #434343. Windows color (decimal): -14723268 or 3954463. OLE color: 3954463.

HSL color Cylindrical-coordinate representation of color #1F573C: hue angle of 151.07º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F573C is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB318760-
CMYK0.6400.310.66
HSL151.07º47.46%23.14%-
HSV(B)151.07º64.37%34.12%-
XYZ4.797.435.46-
YUV67.18123.95102.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.42%
GREEN value IS 87 (34.38% from 255) = 48.88%
BLUE value IS 60 (23.83% from 255) = 33.71%
R=17.42%
G=48.88%
B=33.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3187600.6400.310.66151.0747.4623.14
Hex1F573C4001F42972f17
Octal37127741000371022275727
Binary111111010111111100100000001111110000101001011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F573C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,87,60); }

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

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

 a { background-color: rgb(31,87,60); }

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

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

 span { border-color: rgb(31,87,60); }

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