Html Css Color HEX #035215 British Racing Green

📋 copy color: '#035215'

red 3 ◦ green 82 ◦ blue 21

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

Shades of British Racing Green #035215

Tints of British Racing Green #035215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 77.36%

 BLUE value IS 21 (8.59% from 255) = 19.81%

R = 2.83%
G = 77.36%
B = 19.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#035215 (or 0x035215) is known color: British Racing Green. HEX triplet: 03, 52 and 15. RGB value is (3,82,21). Sum of RGB (Red+Green+Blue) = 3+82+21=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 82 (32.42% from 255 or 77.36% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 82 - color contains mainly: green. Hex color #035215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035215 is #FCADEA. Grayscale: #333333. Windows color (decimal): -16559595 or 1397251. OLE color: 1397251.

HSL color Cylindrical-coordinate representation of color #035215: hue angle of 133.67º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035215 is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 82 21 -
CMYK 0.96 0 0.74 0.68
HSL 133.67º 0.93% 0.17% -
HSV(B) 133.67º 0.96% 0.32% -
XYZ 3.19 6.11 1.72 -
YUV 51.43 110.83 93.46 -
System Red Green Blue C M Y K H S L
Decimal 3 82 21 0.96 0 0.74 0.68 133.67 0.93 0.17
Hex 3 52 15 60 0 4A 44 86 5D 11
Octal 3 122 25 140 0 112 104 206 135 21
Binary 11 1010010 10101 1100000 0 1001010 1000100 10000110 1011101 10001

Color Harmonies of #035215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035215

Black with #035215

Text Example


Text Example

White with #035215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035215; }

 p { color: rgb(3,82,21); }

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

background-color css

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

 a { background-color: rgb(3,82,21); }

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

border-color css

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

 span { border-color: rgb(3,82,21); }

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