Html Css Color HEX #035021 British Racing Green

📋 copy color: '#035021'

red 3 ◦ green 80 ◦ blue 33

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

Shades of British Racing Green #035021

Tints of British Racing Green #035021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 28.45%

R = 2.59%
G = 68.97%
B = 28.45%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#035021 (or 0x035021) is known color: British Racing Green. HEX triplet: 03, 50 and 21. RGB value is (3,80,33). Sum of RGB (Red+Green+Blue) = 3+80+33=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 80 (31.64% from 255 or 68.97% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 80 - color contains mainly: green. Hex color #035021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035021 is #FCAFDE. Grayscale: #333333. Windows color (decimal): -16560095 or 2183171. OLE color: 2183171.

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

Color convert

RGB 3 80 33 -
CMYK 0.96 0 0.59 0.69
HSL 143.38º 0.93% 0.16% -
HSV(B) 143.38º 0.96% 0.31% -
XYZ 3.18 5.87 2.4 -
YUV 51.62 117.49 93.32 -
System Red Green Blue C M Y K H S L
Decimal 3 80 33 0.96 0 0.59 0.69 143.38 0.93 0.16
Hex 3 50 21 60 0 3B 45 8F 5D 10
Octal 3 120 41 140 0 73 105 217 135 20
Binary 11 1010000 100001 1100000 0 111011 1000101 10001111 1011101 10000

Color Harmonies of #035021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035021

Black with #035021

Text Example


Text Example

White with #035021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035021; }

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

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

background-color css

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

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

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

border-color css

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

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

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