#1F4B30

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

Shades of Kaitoke Green #1F4B30

Tints of Kaitoke Green #1F4B30

Color information

#1F4B30 (or 0x1F4B30) is unknown color: approx Kaitoke Green. HEX triplet: 1F, 4B and 30. RGB value is (31,75,48). Sum of RGB (Red+Green+Blue) = 31+75+48=154 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.13% from 154); Green value is 75 (29.69% from 255 or 48.70% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 75 - color contains mainly: green. Hex color #1F4B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4B30 is #E0B4CF. Grayscale: #3A3A3A. Windows color (decimal): -14726352 or 3164959. OLE color: 3164959.

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

Color convert

RGB317548-
CMYK0.5900.360.71
HSL143.18º41.51%20.78%-
HSV(B)143.18º58.67%29.41%-
XYZ3.615.543.67-
YUV58.77121.92108.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.13%
GREEN value IS 75 (29.69% from 255) = 48.70%
BLUE value IS 48 (19.14% from 255) = 31.17%
R=20.13%
G=48.70%
B=31.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3175480.5900.360.71143.1841.5120.78
Hex1F4B303B024478f2a15
Octal3711360730441072175225
Binary111111001011110000111011010010010001111000111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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