Html Css Color HEX #084121 British Racing Green

📋 copy color: '#084121'

red 8 ◦ green 65 ◦ blue 33

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

Shades of British Racing Green #084121

Tints of British Racing Green #084121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 31.13%

R = 7.55%
G = 61.32%
B = 31.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#084121 (or 0x084121) is known color: British Racing Green. HEX triplet: 08, 41 and 21. RGB value is (8,65,33). Sum of RGB (Red+Green+Blue) = 8+65+33=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 65 (25.78% from 255 or 61.32% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 65 - color contains mainly: green. Hex color #084121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084121 is #F7BEDE. Grayscale: #2C2C2C. Windows color (decimal): -16236255 or 2179336. OLE color: 2179336.

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

Color convert

RGB 8 65 33 -
CMYK 0.88 0 0.49 0.75
HSL 146.32º 0.78% 0.14% -
HSV(B) 146.32º 0.88% 0.25% -
XYZ 2.26 3.94 2.08 -
YUV 44.31 121.62 102.1 -
System Red Green Blue C M Y K H S L
Decimal 8 65 33 0.88 0 0.49 0.75 146.32 0.78 0.14
Hex 8 41 21 58 0 31 4B 92 4E E
Octal 10 101 41 130 0 61 113 222 116 16
Binary 1000 1000001 100001 1011000 0 110001 1001011 10010010 1001110 1110

Color Harmonies of #084121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084121

Black with #084121

Text Example


Text Example

White with #084121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084121; }

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

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

background-color css

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

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

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

border-color css

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

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

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