#1F492D

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

Shades of Kaitoke Green #1F492D

Tints of Kaitoke Green #1F492D

Color information

#1F492D (or 0x1F492D) is unknown color: approx Kaitoke Green. HEX triplet: 1F, 49 and 2D. RGB value is (31,73,45). Sum of RGB (Red+Green+Blue) = 31+73+45=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #1F492D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F492D is #E0B6D2. Grayscale: #393939. Windows color (decimal): -14726867 or 2967839. OLE color: 2967839.

HSL color Cylindrical-coordinate representation of color #1F492D: hue angle of 140º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F492D is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB317345-
CMYK0.5800.380.71
HSL140º40.38%20.39%-
HSV(B)140º57.53%28.63%-
XYZ3.425.253.31-
YUV57.25121.09109.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.81%
GREEN value IS 73 (28.91% from 255) = 48.99%
BLUE value IS 45 (17.97% from 255) = 30.20%
R=20.81%
G=48.99%
B=30.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3173450.5800.380.7114040.3820.39
Hex1F492D3A026478c2814
Octal3711155720461072145024
Binary111111001001101101111010010011010001111000110010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,73,45); }

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

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

 a { background-color: rgb(31,73,45); }

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

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

 span { border-color: rgb(31,73,45); }

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