Html Css Color HEX #084127 British Racing Green

📋 copy color: '#084127'

red 8 ◦ green 65 ◦ blue 39

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

Shades of British Racing Green #084127

Tints of British Racing Green #084127

RGB

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

 GREEN value IS 65 (25.78% from 255) = 58.04%

 BLUE value IS 39 (15.63% from 255) = 34.82%

R = 7.14%
G = 58.04%
B = 34.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#084127 (or 0x084127) is known color: British Racing Green. HEX triplet: 08, 41 and 27. RGB value is (8,65,39). Sum of RGB (Red+Green+Blue) = 8+65+39=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #084127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084127 is #F7BED8. Grayscale: #2D2D2D. Windows color (decimal): -16236249 or 2572552. OLE color: 2572552.

HSL color Cylindrical-coordinate representation of color #084127: hue angle of 152.63º 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 #084127 is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 65 39 -
CMYK 0.88 0 0.40 0.75
HSL 152.63º 0.78% 0.14% -
HSV(B) 152.63º 0.88% 0.25% -
XYZ 2.36 3.98 2.56 -
YUV 44.99 124.62 101.61 -
System Red Green Blue C M Y K H S L
Decimal 8 65 39 0.88 0 0.40 0.75 152.63 0.78 0.14
Hex 8 41 27 58 0 28 4B 99 4E E
Octal 10 101 47 130 0 50 113 231 116 16
Binary 1000 1000001 100111 1011000 0 101000 1001011 10011001 1001110 1110

Color Harmonies of #084127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084127

Black with #084127

Text Example


Text Example

White with #084127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084127; }

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

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

background-color css

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

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

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

border-color css

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

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

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