Html Css Color HEX #035213 British Racing Green

📋 copy color: '#035213'

red 3 ◦ green 82 ◦ blue 19

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

Shades of British Racing Green #035213

Tints of British Racing Green #035213

RGB

 RED value IS 3 (1.56% from 255) = 2.88%

 GREEN value IS 82 (32.42% from 255) = 78.85%

 BLUE value IS 19 (7.81% from 255) = 18.27%

R = 2.88%
G = 78.85%
B = 18.27%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#035213 (or 0x035213) is known color: British Racing Green. HEX triplet: 03, 52 and 13. RGB value is (3,82,19). Sum of RGB (Red+Green+Blue) = 3+82+19=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 82 (32.42% from 255 or 78.85% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 82 - color contains mainly: green. Hex color #035213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035213 is #FCADEC. Grayscale: #333333. Windows color (decimal): -16559597 or 1266179. OLE color: 1266179.

HSL color Cylindrical-coordinate representation of color #035213: hue angle of 132.15º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035213 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 82 19 -
CMYK 0.96 0 0.77 0.68
HSL 132.15º 0.93% 0.17% -
HSV(B) 132.15º 0.96% 0.32% -
XYZ 3.17 6.1 1.63 -
YUV 51.2 109.83 93.62 -
System Red Green Blue C M Y K H S L
Decimal 3 82 19 0.96 0 0.77 0.68 132.15 0.93 0.17
Hex 3 52 13 60 0 4D 44 84 5D 11
Octal 3 122 23 140 0 115 104 204 135 21
Binary 11 1010010 10011 1100000 0 1001101 1000100 10000100 1011101 10001

Color Harmonies of #035213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035213

Black with #035213

Text Example


Text Example

White with #035213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035213; }

 p { color: rgb(3,82,19); }

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

background-color css

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

 a { background-color: rgb(3,82,19); }

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

border-color css

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

 span { border-color: rgb(3,82,19); }

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