Html Css Color HEX #084C1E British Racing Green

📋 copy color: '#084C1E'

red 8 ◦ green 76 ◦ blue 30

#084C1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #084C1E

Tints of British Racing Green #084C1E

RGB

 RED value IS 8 (3.52% from 255) = 7.02%

 GREEN value IS 76 (30.08% from 255) = 66.67%

 BLUE value IS 30 (12.11% from 255) = 26.32%

R = 7.02%
G = 66.67%
B = 26.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.70

RGB Variations

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

Color information

#084C1E (or 0x084C1E) is known color: British Racing Green. HEX triplet: 08, 4C and 1E. RGB value is (8,76,30). Sum of RGB (Red+Green+Blue) = 8+76+30=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 76 (30.08% from 255 or 66.67% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 76 - color contains mainly: green. Hex color #084C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084C1E is #F7B3E1. Grayscale: #323232. Windows color (decimal): -16233442 or 1985544. OLE color: 1985544.

HSL color Cylindrical-coordinate representation of color #084C1E: hue angle of 139.41º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084C1E is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 76 30 -
CMYK 0.89 0 0.61 0.70
HSL 139.41º 0.81% 0.16% -
HSV(B) 139.41º 0.89% 0.3% -
XYZ 2.92 5.31 2.1 -
YUV 50.42 116.47 97.74 -
System Red Green Blue C M Y K H S L
Decimal 8 76 30 0.89 0 0.61 0.70 139.41 0.81 0.16
Hex 8 4C 1E 59 0 3D 46 8B 51 10
Octal 10 114 36 131 0 75 106 213 121 20
Binary 1000 1001100 11110 1011001 0 111101 1000110 10001011 1010001 10000

Color Harmonies of #084C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084C1E

Black with #084C1E

Text Example


Text Example

White with #084C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,76,30); }

 H1.HeaderClassName
 {
   color: #084C1E;
 }
 .AnyTagClassName
 {
   color: #084C1E;
 }
</style>

background-color css

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

 a { background-color: rgb(8,76,30); }

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

border-color css

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

 span { border-color: rgb(8,76,30); }

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