#1F4B2E

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

Shades of Kaitoke Green #1F4B2E

Tints of Kaitoke Green #1F4B2E

Color information

#1F4B2E (or 0x1F4B2E) is unknown color: approx Kaitoke Green. HEX triplet: 1F, 4B and 2E. RGB value is (31,75,46). Sum of RGB (Red+Green+Blue) = 31+75+46=152 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.39% from 152); Green value is 75 (29.69% from 255 or 49.34% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 75 - color contains mainly: green. Hex color #1F4B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4B2E is #E0B4D1. Grayscale: #3A3A3A. Windows color (decimal): -14726354 or 3033887. OLE color: 3033887.

HSL color Cylindrical-coordinate representation of color #1F4B2E: hue angle of 140.45º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F4B2E is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.

Color convert

RGB317546-
CMYK0.5900.390.71
HSL140.45º41.51%20.78%-
HSV(B)140.45º58.67%29.41%-
XYZ3.575.523.46-
YUV58.54120.92108.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.39%
GREEN value IS 75 (29.69% from 255) = 49.34%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=20.39%
G=49.34%
B=30.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3175460.5900.390.71140.4541.5120.78
Hex1F4B2E3B027478c2a15
Octal3711356730471072145225
Binary111111001011101110111011010011110001111000110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,75,46); }

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

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

 a { background-color: rgb(31,75,46); }

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

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

 span { border-color: rgb(31,75,46); }

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