#1F492B

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

Shades of Kaitoke Green #1F492B

Tints of Kaitoke Green #1F492B

Color information

#1F492B (or 0x1F492B) is unknown color: approx Kaitoke Green. HEX triplet: 1F, 49 and 2B. RGB value is (31,73,43). Sum of RGB (Red+Green+Blue) = 31+73+43=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #1F492B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F492B is #E0B6D4. Grayscale: #393939. Windows color (decimal): -14726869 or 2836767. OLE color: 2836767.

HSL color Cylindrical-coordinate representation of color #1F492B: hue angle of 137.14º 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 #1F492B is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB317343-
CMYK0.5800.410.71
HSL137.14º40.38%20.39%-
HSV(B)137.14º57.53%28.63%-
XYZ3.385.233.12-
YUV57.02120.09109.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.09%
GREEN value IS 73 (28.91% from 255) = 49.66%
BLUE value IS 43 (17.19% from 255) = 29.25%
R=21.09%
G=49.66%
B=29.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3173430.5800.410.71137.1440.3820.39
Hex1F492B3A02947892814
Octal3711153720511072115024
Binary111111001001101011111010010100110001111000100110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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