#084130

Color #084130 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #084130

Tints of British Racing Green #084130

Color information

#084130 (or 0x084130) is unknown color: approx British Racing Green. HEX triplet: 08, 41 and 30. RGB value is (8,65,48). Sum of RGB (Red+Green+Blue) = 8+65+48=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #084130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084130 is #F7BECF. Grayscale: #2E2E2E. Windows color (decimal): -16236240 or 3162376. OLE color: 3162376.

HSL color Cylindrical-coordinate representation of color #084130: hue angle of 162.11º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084130 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB86548-
CMYK0.8800.260.75
HSL162.11º78.08%14.31%-
HSV(B)162.11º87.69%25.49%-
XYZ2.524.053.44-
YUV46.02129.12100.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 65 (25.78% from 255) = 53.72%
BLUE value IS 48 (19.14% from 255) = 39.67%
R=6.61%
G=53.72%
B=39.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal865480.8800.260.75162.1178.0814.31
Hex841305801A4Ba24ee
Octal101016013003211324211616
Binary10001000001110000101100001101010010111010001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084130; }

 p { color: rgb(8,65,48); }

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

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

 a { background-color: rgb(8,65,48); }

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

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

 span { border-color: rgb(8,65,48); }

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