Html Css Color HEX #035118 British Racing Green

📋 copy color: '#035118'

red 3 ◦ green 81 ◦ blue 24

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

Shades of British Racing Green #035118

Tints of British Racing Green #035118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 22.22%

R = 2.78%
G = 75%
B = 22.22%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#035118 (or 0x035118) is known color: British Racing Green. HEX triplet: 03, 51 and 18. RGB value is (3,81,24). Sum of RGB (Red+Green+Blue) = 3+81+24=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 81 (32.03% from 255 or 75% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 81 - color contains mainly: green. Hex color #035118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035118 is #FCAEE7. Grayscale: #333333. Windows color (decimal): -16559848 or 1593603. OLE color: 1593603.

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

Color convert

RGB 3 81 24 -
CMYK 0.96 0 0.70 0.68
HSL 136.15º 0.93% 0.16% -
HSV(B) 136.15º 0.96% 0.32% -
XYZ 3.14 5.97 1.85 -
YUV 51.18 112.66 93.63 -
System Red Green Blue C M Y K H S L
Decimal 3 81 24 0.96 0 0.70 0.68 136.15 0.93 0.16
Hex 3 51 18 60 0 46 44 88 5D 10
Octal 3 121 30 140 0 106 104 210 135 20
Binary 11 1010001 11000 1100000 0 1000110 1000100 10001000 1011101 10000

Color Harmonies of #035118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035118

Black with #035118

Text Example


Text Example

White with #035118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035118; }

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

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

background-color css

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

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

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

border-color css

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

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

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