Html Css Color HEX #035027 British Racing Green

📋 copy color: '#035027'

red 3 ◦ green 80 ◦ blue 39

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

Shades of British Racing Green #035027

Tints of British Racing Green #035027

RGB

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

 GREEN value IS 80 (31.64% from 255) = 65.57%

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

R = 2.46%
G = 65.57%
B = 31.97%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#035027 (or 0x035027) is known color: British Racing Green. HEX triplet: 03, 50 and 27. RGB value is (3,80,39). Sum of RGB (Red+Green+Blue) = 3+80+39=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #035027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035027 is #FCAFD8. Grayscale: #343434. Windows color (decimal): -16560089 or 2576387. OLE color: 2576387.

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

Color convert

RGB 3 80 39 -
CMYK 0.96 0 0.51 0.69
HSL 148.05º 0.93% 0.16% -
HSV(B) 148.05º 0.96% 0.31% -
XYZ 3.27 5.9 2.89 -
YUV 52.3 120.49 92.83 -
System Red Green Blue C M Y K H S L
Decimal 3 80 39 0.96 0 0.51 0.69 148.05 0.93 0.16
Hex 3 50 27 60 0 33 45 94 5D 10
Octal 3 120 47 140 0 63 105 224 135 20
Binary 11 1010000 100111 1100000 0 110011 1000101 10010100 1011101 10000

Color Harmonies of #035027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035027

Black with #035027

Text Example


Text Example

White with #035027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035027; }

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

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

background-color css

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

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

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

border-color css

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

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

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