Html Css Color HEX #035127 British Racing Green

📋 copy color: '#035127'

red 3 ◦ green 81 ◦ blue 39

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

Shades of British Racing Green #035127

Tints of British Racing Green #035127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 31.71%

R = 2.44%
G = 65.85%
B = 31.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#035127 (or 0x035127) is known color: British Racing Green. HEX triplet: 03, 51 and 27. RGB value is (3,81,39). Sum of RGB (Red+Green+Blue) = 3+81+39=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 81 (32.03% from 255 or 65.85% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 81 - color contains mainly: green. Hex color #035127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035127 is #FCAED8. Grayscale: #343434. Windows color (decimal): -16559833 or 2576643. OLE color: 2576643.

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

Color convert

RGB 3 81 39 -
CMYK 0.96 0 0.52 0.68
HSL 147.69º 0.93% 0.16% -
HSV(B) 147.69º 0.96% 0.32% -
XYZ 3.35 6.05 2.91 -
YUV 52.89 120.16 92.42 -
System Red Green Blue C M Y K H S L
Decimal 3 81 39 0.96 0 0.52 0.68 147.69 0.93 0.16
Hex 3 51 27 60 0 34 44 94 5D 10
Octal 3 121 47 140 0 64 104 224 135 20
Binary 11 1010001 100111 1100000 0 110100 1000100 10010100 1011101 10000

Color Harmonies of #035127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035127

Black with #035127

Text Example


Text Example

White with #035127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035127; }

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

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

background-color css

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

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

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

border-color css

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

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

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