Html Css Color HEX #035214 British Racing Green

📋 copy color: '#035214'

red 3 ◦ green 82 ◦ blue 20

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

Shades of British Racing Green #035214

Tints of British Racing Green #035214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 19.05%

R = 2.86%
G = 78.1%
B = 19.05%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.76

 K value IS 0.68

RGB Variations

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

Color information

#035214 (or 0x035214) is known color: British Racing Green. HEX triplet: 03, 52 and 14. RGB value is (3,82,20). Sum of RGB (Red+Green+Blue) = 3+82+20=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 82 (32.42% from 255 or 78.10% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 82 - color contains mainly: green. Hex color #035214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035214 is #FCADEB. Grayscale: #333333. Windows color (decimal): -16559596 or 1331715. OLE color: 1331715.

HSL color Cylindrical-coordinate representation of color #035214: hue angle of 132.91º 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 #035214 is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 82 20 -
CMYK 0.96 0 0.76 0.68
HSL 132.91º 0.93% 0.17% -
HSV(B) 132.91º 0.96% 0.32% -
XYZ 3.18 6.1 1.67 -
YUV 51.31 110.33 93.54 -
System Red Green Blue C M Y K H S L
Decimal 3 82 20 0.96 0 0.76 0.68 132.91 0.93 0.17
Hex 3 52 14 60 0 4C 44 85 5D 11
Octal 3 122 24 140 0 114 104 205 135 21
Binary 11 1010010 10100 1100000 0 1001100 1000100 10000101 1011101 10001

Color Harmonies of #035214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035214

Black with #035214

Text Example


Text Example

White with #035214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035214; }

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

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

background-color css

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

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

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

border-color css

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

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

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