#084F33

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

Shades of County Green #084F33

Tints of County Green #084F33

Color information

#084F33 (or 0x084F33) is unknown color: approx County Green. HEX triplet: 08, 4F and 33. RGB value is (8,79,51). Sum of RGB (Red+Green+Blue) = 8+79+51=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 79 (31.25% from 255 or 57.25% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 79 - color contains mainly: green. Hex color #084F33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084F33 is #F7B0CC. Grayscale: #363636. Windows color (decimal): -16232653 or 3362568. OLE color: 3362568.

HSL color Cylindrical-coordinate representation of color #084F33: hue angle of 156.34º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084F33 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB87951-
CMYK0.9000.350.69
HSL156.34º81.61%17.06%-
HSV(B)156.34º89.87%30.98%-
XYZ3.495.884.08-
YUV54.58125.9894.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.80%
GREEN value IS 79 (31.25% from 255) = 57.25%
BLUE value IS 51 (20.31% from 255) = 36.96%
R=5.80%
G=57.25%
B=36.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal879510.9000.350.69156.3481.6117.06
Hex84F335A023459c5211
Octal101176313204310523412221
Binary1000100111111001110110100100011100010110011100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084F33; }

 p { color: rgb(8,79,51); }

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

<style>
 a { background-color: #084F33; }

 a { background-color: rgb(8,79,51); }

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

<style>
 span { border-color: #084F33; }

 span { border-color: rgb(8,79,51); }

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