#0F4C33

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

Shades of County Green #0F4C33

Tints of County Green #0F4C33

Color information

#0F4C33 (or 0x0F4C33) is unknown color: approx County Green. HEX triplet: 0F, 4C and 33. RGB value is (15,76,51). Sum of RGB (Red+Green+Blue) = 15+76+51=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 76 (30.08% from 255 or 53.52% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 76 - color contains mainly: green. Hex color #0F4C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4C33 is #F0B3CC. Grayscale: #363636. Windows color (decimal): -15774669 or 3361807. OLE color: 3361807.

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

Color convert

RGB157651-
CMYK0.8000.330.70
HSL155.41º67.03%17.84%-
HSV(B)155.41º80.26%29.8%-
XYZ3.385.514.02-
YUV54.91125.7999.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.56%
GREEN value IS 76 (30.08% from 255) = 53.52%
BLUE value IS 51 (20.31% from 255) = 35.92%
R=10.56%
G=53.52%
B=35.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1576510.8000.330.70155.4167.0317.84
HexF4C3350021469b4312
Octal171146312004110623310322
Binary1111100110011001110100000100001100011010011011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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