#0F4B33

Color #0F4B33 County Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of County Green #0F4B33

Tints of County Green #0F4B33

Color information

#0F4B33 (or 0x0F4B33) is unknown color: approx County Green. HEX triplet: 0F, 4B and 33. RGB value is (15,75,51). Sum of RGB (Red+Green+Blue) = 15+75+51=141 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.64% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #0F4B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4B33 is #F0B4CC. Grayscale: #363636. Windows color (decimal): -15774925 or 3361551. OLE color: 3361551.

HSL color Cylindrical-coordinate representation of color #0F4B33: hue angle of 156º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4B33 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB157551-
CMYK0.8000.320.71
HSL156º66.67%17.65%-
HSV(B)156º80%29.41%-
XYZ3.315.373.99-
YUV54.32126.1299.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.64%
GREEN value IS 75 (29.69% from 255) = 53.19%
BLUE value IS 51 (20.31% from 255) = 36.17%
R=10.64%
G=53.19%
B=36.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1575510.8000.320.7115666.6717.65
HexF4B3350020479c4312
Octal171136312004010723410322
Binary1111100101111001110100000100000100011110011100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F4B33; }

 p { color: rgb(15,75,51); }

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

<style>
 a { background-color: #0F4B33; }

 a { background-color: rgb(15,75,51); }

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

<style>
 span { border-color: #0F4B33; }

 span { border-color: rgb(15,75,51); }

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