Html Css Color HEX #035017 British Racing Green

📋 copy color: '#035017'

red 3 ◦ green 80 ◦ blue 23

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

Shades of British Racing Green #035017

Tints of British Racing Green #035017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 21.7%

R = 2.83%
G = 75.47%
B = 21.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#035017 (or 0x035017) is known color: British Racing Green. HEX triplet: 03, 50 and 17. RGB value is (3,80,23). Sum of RGB (Red+Green+Blue) = 3+80+23=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 80 (31.64% from 255 or 75.47% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 80 - color contains mainly: green. Hex color #035017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035017 is #FCAFE8. Grayscale: #323232. Windows color (decimal): -16560105 or 1527811. OLE color: 1527811.

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

Color convert

RGB 3 80 23 -
CMYK 0.96 0 0.71 0.69
HSL 135.58º 0.93% 0.16% -
HSV(B) 135.58º 0.96% 0.31% -
XYZ 3.06 5.82 1.77 -
YUV 50.48 112.49 94.13 -
System Red Green Blue C M Y K H S L
Decimal 3 80 23 0.96 0 0.71 0.69 135.58 0.93 0.16
Hex 3 50 17 60 0 47 45 88 5D 10
Octal 3 120 27 140 0 107 105 210 135 20
Binary 11 1010000 10111 1100000 0 1000111 1000101 10001000 1011101 10000

Color Harmonies of #035017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035017

Black with #035017

Text Example


Text Example

White with #035017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035017; }

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

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

background-color css

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

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

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

border-color css

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

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

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