#1F4B27

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

Shades of Kaitoke Green #1F4B27

Tints of Kaitoke Green #1F4B27

Color information

#1F4B27 (or 0x1F4B27) is unknown color: approx Kaitoke Green. HEX triplet: 1F, 4B and 27. RGB value is (31,75,39). Sum of RGB (Red+Green+Blue) = 31+75+39=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 75 (29.69% from 255 or 51.72% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 75 - color contains mainly: green. Hex color #1F4B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4B27 is #E0B4D8. Grayscale: #393939. Windows color (decimal): -14726361 or 2575135. OLE color: 2575135.

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

Color convert

RGB317539-
CMYK0.5900.480.71
HSL130.91º41.51%20.78%-
HSV(B)130.91º58.67%29.41%-
XYZ3.455.472.79-
YUV57.74117.42108.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.38%
GREEN value IS 75 (29.69% from 255) = 51.72%
BLUE value IS 39 (15.62% from 255) = 26.90%
R=21.38%
G=51.72%
B=26.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3175390.5900.480.71130.9141.5120.78
Hex1F4B273B03047832a15
Octal3711347730601072035225
Binary111111001011100111111011011000010001111000001110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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