Html Css Color HEX #035114 British Racing Green

📋 copy color: '#035114'

red 3 ◦ green 81 ◦ blue 20

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

Shades of British Racing Green #035114

Tints of British Racing Green #035114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 19.23%

R = 2.88%
G = 77.88%
B = 19.23%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#035114 (or 0x035114) is known color: British Racing Green. HEX triplet: 03, 51 and 14. RGB value is (3,81,20). Sum of RGB (Red+Green+Blue) = 3+81+20=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 81 (32.03% from 255 or 77.88% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 81 - color contains mainly: green. Hex color #035114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035114 is #FCAEEB. Grayscale: #323232. Windows color (decimal): -16559852 or 1331459. OLE color: 1331459.

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

Color convert

RGB 3 81 20 -
CMYK 0.96 0 0.75 0.68
HSL 133.08º 0.93% 0.16% -
HSV(B) 133.08º 0.96% 0.32% -
XYZ 3.11 5.95 1.65 -
YUV 50.72 110.66 93.96 -
System Red Green Blue C M Y K H S L
Decimal 3 81 20 0.96 0 0.75 0.68 133.08 0.93 0.16
Hex 3 51 14 60 0 4B 44 85 5D 10
Octal 3 121 24 140 0 113 104 205 135 20
Binary 11 1010001 10100 1100000 0 1001011 1000100 10000101 1011101 10000

Color Harmonies of #035114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035114

Black with #035114

Text Example


Text Example

White with #035114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035114; }

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

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

background-color css

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

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

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

border-color css

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

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

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