Html Css Color HEX #035312 British Racing Green

📋 copy color: '#035312'

red 3 ◦ green 83 ◦ blue 18

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

Shades of British Racing Green #035312

Tints of British Racing Green #035312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 17.31%

R = 2.88%
G = 79.81%
B = 17.31%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#035312 (or 0x035312) is known color: British Racing Green. HEX triplet: 03, 53 and 12. RGB value is (3,83,18). Sum of RGB (Red+Green+Blue) = 3+83+18=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 83 (32.81% from 255 or 79.81% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 83 - color contains mainly: green. Hex color #035312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035312 is #FCACED. Grayscale: #333333. Windows color (decimal): -16559342 or 1200899. OLE color: 1200899.

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

Color convert

RGB 3 83 18 -
CMYK 0.96 0 0.78 0.67
HSL 131.25º 0.93% 0.17% -
HSV(B) 131.25º 0.96% 0.33% -
XYZ 3.24 6.25 1.61 -
YUV 51.67 109 93.29 -
System Red Green Blue C M Y K H S L
Decimal 3 83 18 0.96 0 0.78 0.67 131.25 0.93 0.17
Hex 3 53 12 60 0 4E 43 83 5D 11
Octal 3 123 22 140 0 116 103 203 135 21
Binary 11 1010011 10010 1100000 0 1001110 1000011 10000011 1011101 10001

Color Harmonies of #035312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035312

Black with #035312

Text Example


Text Example

White with #035312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035312; }

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

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

background-color css

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

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

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

border-color css

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

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

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