Html Css Color HEX #035112 British Racing Green

📋 copy color: '#035112'

red 3 ◦ green 81 ◦ blue 18

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

Shades of British Racing Green #035112

Tints of British Racing Green #035112

RGB

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

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

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

R = 2.94%
G = 79.41%
B = 17.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#035112 (or 0x035112) is known color: British Racing Green. HEX triplet: 03, 51 and 12. RGB value is (3,81,18). Sum of RGB (Red+Green+Blue) = 3+81+18=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 81 (32.03% from 255 or 79.41% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 81 - color contains mainly: green. Hex color #035112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035112 is #FCAEED. Grayscale: #323232. Windows color (decimal): -16559854 or 1200387. OLE color: 1200387.

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

Color convert

RGB 3 81 18 -
CMYK 0.96 0 0.78 0.68
HSL 131.54º 0.93% 0.16% -
HSV(B) 131.54º 0.96% 0.32% -
XYZ 3.09 5.95 1.56 -
YUV 50.5 109.66 94.12 -
System Red Green Blue C M Y K H S L
Decimal 3 81 18 0.96 0 0.78 0.68 131.54 0.93 0.16
Hex 3 51 12 60 0 4E 44 84 5D 10
Octal 3 121 22 140 0 116 104 204 135 20
Binary 11 1010001 10010 1100000 0 1001110 1000100 10000100 1011101 10000

Color Harmonies of #035112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035112

Black with #035112

Text Example


Text Example

White with #035112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035112; }

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

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

background-color css

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

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

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

border-color css

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

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

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