#1F5A3A

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

Shades of Kaitoke Green #1F5A3A

Tints of Kaitoke Green #1F5A3A

Color information

#1F5A3A (or 0x1F5A3A) is unknown color: approx Kaitoke Green. HEX triplet: 1F, 5A and 3A. RGB value is (31,90,58). Sum of RGB (Red+Green+Blue) = 31+90+58=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #1F5A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5A3A is #E0A5C5. Grayscale: #444444. Windows color (decimal): -14722502 or 3824159. OLE color: 3824159.

HSL color Cylindrical-coordinate representation of color #1F5A3A: hue angle of 147.46º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5A3A is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB319058-
CMYK0.6600.360.65
HSL147.46º48.76%23.73%-
HSV(B)147.46º65.56%35.29%-
XYZ4.987.915.27-
YUV68.71121.95101.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.32%
GREEN value IS 90 (35.55% from 255) = 50.28%
BLUE value IS 58 (23.05% from 255) = 32.40%
R=17.32%
G=50.28%
B=32.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3190580.6600.360.65147.4648.7623.73
Hex1F5A3A4202441933118
Octal37132721020441012236130
Binary1111110110101110101000010010010010000011001001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,90,58); }

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

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

 a { background-color: rgb(31,90,58); }

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

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

 span { border-color: rgb(31,90,58); }

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