Html Css Color HEX #03502F British Racing Green

📋 copy color: '#03502F'

red 3 ◦ green 80 ◦ blue 47

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

Shades of British Racing Green #03502F

Tints of British Racing Green #03502F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 36.15%

R = 2.31%
G = 61.54%
B = 36.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#03502F (or 0x03502F) is known color: British Racing Green. HEX triplet: 03, 50 and 2F. RGB value is (3,80,47). Sum of RGB (Red+Green+Blue) = 3+80+47=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 80 (31.64% from 255 or 61.54% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 80 - color contains mainly: green. Hex color #03502F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03502F is #FCAFD0. Grayscale: #353535. Windows color (decimal): -16560081 or 3100675. OLE color: 3100675.

HSL color Cylindrical-coordinate representation of color #03502F: hue angle of 154.29º 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 #03502F is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 80 47 -
CMYK 0.96 0 0.41 0.69
HSL 154.29º 0.93% 0.16% -
HSV(B) 154.29º 0.96% 0.31% -
XYZ 3.42 5.96 3.66 -
YUV 53.22 124.49 92.18 -
System Red Green Blue C M Y K H S L
Decimal 3 80 47 0.96 0 0.41 0.69 154.29 0.93 0.16
Hex 3 50 2F 60 0 29 45 9A 5D 10
Octal 3 120 57 140 0 51 105 232 135 20
Binary 11 1010000 101111 1100000 0 101001 1000101 10011010 1011101 10000

Color Harmonies of #03502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03502F

Black with #03502F

Text Example


Text Example

White with #03502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03502F; }

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

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

background-color css

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

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

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

border-color css

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

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

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