Html Css Color HEX #083A21 British Racing Green

📋 copy color: '#083A21'

red 8 ◦ green 58 ◦ blue 33

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

Shades of British Racing Green #083A21

Tints of British Racing Green #083A21

RGB

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

 GREEN value IS 58 (23.05% from 255) = 58.59%

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

R = 8.08%
G = 58.59%
B = 33.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.77

RGB Variations

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

Color information

#083A21 (or 0x083A21) is known color: British Racing Green. HEX triplet: 08, 3A and 21. RGB value is (8,58,33). Sum of RGB (Red+Green+Blue) = 8+58+33=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 58 (23.05% from 255 or 58.59% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 58 - color contains mainly: green. Hex color #083A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083A21 is #F7C5DE. Grayscale: #282828. Windows color (decimal): -16238047 or 2177544. OLE color: 2177544.

HSL color Cylindrical-coordinate representation of color #083A21: hue angle of 150º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083A21 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.77.

Color convert

RGB 8 58 33 -
CMYK 0.86 0 0.43 0.77
HSL 150º 0.76% 0.13% -
HSV(B) 150º 0.86% 0.23% -
XYZ 1.89 3.19 1.95 -
YUV 40.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 8 58 33 0.86 0 0.43 0.77 150 0.76 0.13
Hex 8 3A 21 56 0 2B 4D 96 4C D
Octal 10 72 41 126 0 53 115 226 114 15
Binary 1000 111010 100001 1010110 0 101011 1001101 10010110 1001100 1101

Color Harmonies of #083A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083A21

Black with #083A21

Text Example


Text Example

White with #083A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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