Html Css Color HEX #035228 British Racing Green

📋 copy color: '#035228'

red 3 ◦ green 82 ◦ blue 40

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

Shades of British Racing Green #035228

Tints of British Racing Green #035228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 32%

R = 2.4%
G = 65.6%
B = 32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#035228 (or 0x035228) is known color: British Racing Green. HEX triplet: 03, 52 and 28. RGB value is (3,82,40). Sum of RGB (Red+Green+Blue) = 3+82+40=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 82 (32.42% from 255 or 65.6% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 82 - color contains mainly: green. Hex color #035228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035228 is #FCADD7. Grayscale: #353535. Windows color (decimal): -16559576 or 2642435. OLE color: 2642435.

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

Color convert

RGB 3 82 40 -
CMYK 0.96 0 0.51 0.68
HSL 148.1º 0.93% 0.17% -
HSV(B) 148.1º 0.96% 0.32% -
XYZ 3.44 6.21 3.02 -
YUV 53.59 120.33 91.92 -
System Red Green Blue C M Y K H S L
Decimal 3 82 40 0.96 0 0.51 0.68 148.1 0.93 0.17
Hex 3 52 28 60 0 33 44 94 5D 11
Octal 3 122 50 140 0 63 104 224 135 21
Binary 11 1010010 101000 1100000 0 110011 1000100 10010100 1011101 10001

Color Harmonies of #035228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035228

Black with #035228

Text Example


Text Example

White with #035228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035228; }

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

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

background-color css

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

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

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

border-color css

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

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

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