Html Css Color HEX #035226 British Racing Green

📋 copy color: '#035226'

red 3 ◦ green 82 ◦ blue 38

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

Shades of British Racing Green #035226

Tints of British Racing Green #035226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 30.89%

R = 2.44%
G = 66.67%
B = 30.89%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#035226 (or 0x035226) is known color: British Racing Green. HEX triplet: 03, 52 and 26. RGB value is (3,82,38). Sum of RGB (Red+Green+Blue) = 3+82+38=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 82 (32.42% from 255 or 66.67% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 82 - color contains mainly: green. Hex color #035226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035226 is #FCADD9. Grayscale: #353535. Windows color (decimal): -16559578 or 2511363. OLE color: 2511363.

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

Color convert

RGB 3 82 38 -
CMYK 0.96 0 0.54 0.68
HSL 146.58º 0.93% 0.17% -
HSV(B) 146.58º 0.96% 0.32% -
XYZ 3.4 6.19 2.85 -
YUV 53.36 119.33 92.08 -
System Red Green Blue C M Y K H S L
Decimal 3 82 38 0.96 0 0.54 0.68 146.58 0.93 0.17
Hex 3 52 26 60 0 36 44 93 5D 11
Octal 3 122 46 140 0 66 104 223 135 21
Binary 11 1010010 100110 1100000 0 110110 1000100 10010011 1011101 10001

Color Harmonies of #035226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035226

Black with #035226

Text Example


Text Example

White with #035226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035226; }

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

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

background-color css

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

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

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

border-color css

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

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

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