#0F4F35

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

Shades of County Green #0F4F35

Tints of County Green #0F4F35

Color information

#0F4F35 (or 0x0F4F35) is unknown color: approx County Green. HEX triplet: 0F, 4F and 35. RGB value is (15,79,53). Sum of RGB (Red+Green+Blue) = 15+79+53=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 79 (31.25% from 255 or 53.74% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 79 - color contains mainly: green. Hex color #0F4F35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4F35 is #F0B0CA. Grayscale: #383838. Windows color (decimal): -15773899 or 3493647. OLE color: 3493647.

HSL color Cylindrical-coordinate representation of color #0F4F35: hue angle of 155.62º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4F35 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB157953-
CMYK0.8100.330.69
HSL155.62º68.09%18.43%-
HSV(B)155.62º81.01%30.98%-
XYZ3.645.954.33-
YUV56.9125.898.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.20%
GREEN value IS 79 (31.25% from 255) = 53.74%
BLUE value IS 53 (21.09% from 255) = 36.05%
R=10.20%
G=53.74%
B=36.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1579530.8100.330.69155.6268.0918.43
HexF4F3551021459c4412
Octal171176512104110523410422
Binary1111100111111010110100010100001100010110011100100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,79,53); }

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

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

 a { background-color: rgb(15,79,53); }

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

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

 span { border-color: rgb(15,79,53); }

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