Html Css Color HEX #035015 British Racing Green

📋 copy color: '#035015'

red 3 ◦ green 80 ◦ blue 21

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

Shades of British Racing Green #035015

Tints of British Racing Green #035015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 76.92%

 BLUE value IS 21 (8.59% from 255) = 20.19%

R = 2.88%
G = 76.92%
B = 20.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#035015 (or 0x035015) is known color: British Racing Green. HEX triplet: 03, 50 and 15. RGB value is (3,80,21). Sum of RGB (Red+Green+Blue) = 3+80+21=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 80 (31.64% from 255 or 76.92% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 80 - color contains mainly: green. Hex color #035015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035015 is #FCAFEA. Grayscale: #323232. Windows color (decimal): -16560107 or 1396739. OLE color: 1396739.

HSL color Cylindrical-coordinate representation of color #035015: hue angle of 134.03º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035015 is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 80 21 -
CMYK 0.96 0 0.74 0.69
HSL 134.03º 0.93% 0.16% -
HSV(B) 134.03º 0.96% 0.31% -
XYZ 3.04 5.81 1.67 -
YUV 50.25 111.49 94.3 -
System Red Green Blue C M Y K H S L
Decimal 3 80 21 0.96 0 0.74 0.69 134.03 0.93 0.16
Hex 3 50 15 60 0 4A 45 86 5D 10
Octal 3 120 25 140 0 112 105 206 135 20
Binary 11 1010000 10101 1100000 0 1001010 1000101 10000110 1011101 10000

Color Harmonies of #035015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035015

Black with #035015

Text Example


Text Example

White with #035015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035015; }

 p { color: rgb(3,80,21); }

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

background-color css

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

 a { background-color: rgb(3,80,21); }

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

border-color css

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

 span { border-color: rgb(3,80,21); }

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