Html Css Color HEX #035224 British Racing Green

📋 copy color: '#035224'

red 3 ◦ green 82 ◦ blue 36

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

Shades of British Racing Green #035224

Tints of British Racing Green #035224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 29.75%

R = 2.48%
G = 67.77%
B = 29.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#035224 (or 0x035224) is known color: British Racing Green. HEX triplet: 03, 52 and 24. RGB value is (3,82,36). Sum of RGB (Red+Green+Blue) = 3+82+36=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 82 (32.42% from 255 or 67.77% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 82 - color contains mainly: green. Hex color #035224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035224 is #FCADDB. Grayscale: #353535. Windows color (decimal): -16559580 or 2380291. OLE color: 2380291.

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

Color convert

RGB 3 82 36 -
CMYK 0.96 0 0.56 0.68
HSL 145.06º 0.93% 0.17% -
HSV(B) 145.06º 0.96% 0.32% -
XYZ 3.37 6.18 2.68 -
YUV 53.14 118.33 92.24 -
System Red Green Blue C M Y K H S L
Decimal 3 82 36 0.96 0 0.56 0.68 145.06 0.93 0.17
Hex 3 52 24 60 0 38 44 91 5D 11
Octal 3 122 44 140 0 70 104 221 135 21
Binary 11 1010010 100100 1100000 0 111000 1000100 10010001 1011101 10001

Color Harmonies of #035224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035224

Black with #035224

Text Example


Text Example

White with #035224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035224; }

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

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

background-color css

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

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

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

border-color css

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

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

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