Html Css Color HEX #035030 British Racing Green

📋 copy color: '#035030'

red 3 ◦ green 80 ◦ blue 48

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

Shades of British Racing Green #035030

Tints of British Racing Green #035030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 36.64%

R = 2.29%
G = 61.07%
B = 36.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#035030 (or 0x035030) is known color: British Racing Green. HEX triplet: 03, 50 and 30. RGB value is (3,80,48). Sum of RGB (Red+Green+Blue) = 3+80+48=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 80 (31.64% from 255 or 61.07% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 80 - color contains mainly: green. Hex color #035030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035030 is #FCAFCF. Grayscale: #353535. Windows color (decimal): -16560080 or 3166211. OLE color: 3166211.

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

Color convert

RGB 3 80 48 -
CMYK 0.96 0 0.40 0.69
HSL 155.06º 0.93% 0.16% -
HSV(B) 155.06º 0.96% 0.31% -
XYZ 3.44 5.97 3.77 -
YUV 53.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 3 80 48 0.96 0 0.40 0.69 155.06 0.93 0.16
Hex 3 50 30 60 0 28 45 9B 5D 10
Octal 3 120 60 140 0 50 105 233 135 20
Binary 11 1010000 110000 1100000 0 101000 1000101 10011011 1011101 10000

Color Harmonies of #035030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035030

Black with #035030

Text Example


Text Example

White with #035030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035030; }

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

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

background-color css

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

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

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

border-color css

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

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

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