Html Css Color HEX #035117 British Racing Green

📋 copy color: '#035117'

red 3 ◦ green 81 ◦ blue 23

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

Shades of British Racing Green #035117

Tints of British Racing Green #035117

RGB

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

 GREEN value IS 81 (32.03% from 255) = 75.7%

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

R = 2.8%
G = 75.7%
B = 21.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#035117 (or 0x035117) is known color: British Racing Green. HEX triplet: 03, 51 and 17. RGB value is (3,81,23). Sum of RGB (Red+Green+Blue) = 3+81+23=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 81 (32.03% from 255 or 75.70% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 81 - color contains mainly: green. Hex color #035117 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035117 is #FCAEE8. Grayscale: #333333. Windows color (decimal): -16559849 or 1528067. OLE color: 1528067.

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

Color convert

RGB 3 81 23 -
CMYK 0.96 0 0.72 0.68
HSL 135.38º 0.93% 0.16% -
HSV(B) 135.38º 0.96% 0.32% -
XYZ 3.13 5.97 1.8 -
YUV 51.07 112.16 93.72 -
System Red Green Blue C M Y K H S L
Decimal 3 81 23 0.96 0 0.72 0.68 135.38 0.93 0.16
Hex 3 51 17 60 0 48 44 87 5D 10
Octal 3 121 27 140 0 110 104 207 135 20
Binary 11 1010001 10111 1100000 0 1001000 1000100 10000111 1011101 10000

Color Harmonies of #035117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035117

Black with #035117

Text Example


Text Example

White with #035117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035117; }

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

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

background-color css

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

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

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

border-color css

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

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

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