Html Css Color HEX #035314 British Racing Green

📋 copy color: '#035314'

red 3 ◦ green 83 ◦ blue 20

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

Shades of British Racing Green #035314

Tints of British Racing Green #035314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 78.3%

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

R = 2.83%
G = 78.3%
B = 18.87%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#035314 (or 0x035314) is known color: British Racing Green. HEX triplet: 03, 53 and 14. RGB value is (3,83,20). Sum of RGB (Red+Green+Blue) = 3+83+20=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 83 (32.81% from 255 or 78.30% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 83 - color contains mainly: green. Hex color #035314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035314 is #FCACEB. Grayscale: #343434. Windows color (decimal): -16559340 or 1331971. OLE color: 1331971.

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

Color convert

RGB 3 83 20 -
CMYK 0.96 0 0.76 0.67
HSL 132.75º 0.93% 0.17% -
HSV(B) 132.75º 0.96% 0.33% -
XYZ 3.26 6.26 1.7 -
YUV 51.9 110 93.12 -
System Red Green Blue C M Y K H S L
Decimal 3 83 20 0.96 0 0.76 0.67 132.75 0.93 0.17
Hex 3 53 14 60 0 4C 43 85 5D 11
Octal 3 123 24 140 0 114 103 205 135 21
Binary 11 1010011 10100 1100000 0 1001100 1000011 10000101 1011101 10001

Color Harmonies of #035314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035314

Black with #035314

Text Example


Text Example

White with #035314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035314; }

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

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

background-color css

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

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

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

border-color css

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

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

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