Html Css Color HEX #035026 British Racing Green

📋 copy color: '#035026'

red 3 ◦ green 80 ◦ blue 38

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

Shades of British Racing Green #035026

Tints of British Racing Green #035026

RGB

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

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

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

R = 2.48%
G = 66.12%
B = 31.4%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#035026 (or 0x035026) is known color: British Racing Green. HEX triplet: 03, 50 and 26. RGB value is (3,80,38). Sum of RGB (Red+Green+Blue) = 3+80+38=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #035026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035026 is #FCAFD9. Grayscale: #343434. Windows color (decimal): -16560090 or 2510851. OLE color: 2510851.

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

Color convert

RGB 3 80 38 -
CMYK 0.96 0 0.52 0.69
HSL 147.27º 0.93% 0.16% -
HSV(B) 147.27º 0.96% 0.31% -
XYZ 3.26 5.9 2.8 -
YUV 52.19 119.99 92.92 -
System Red Green Blue C M Y K H S L
Decimal 3 80 38 0.96 0 0.52 0.69 147.27 0.93 0.16
Hex 3 50 26 60 0 34 45 93 5D 10
Octal 3 120 46 140 0 64 105 223 135 20
Binary 11 1010000 100110 1100000 0 110100 1000101 10010011 1011101 10000

Color Harmonies of #035026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035026

Black with #035026

Text Example


Text Example

White with #035026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035026; }

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

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

background-color css

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

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

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

border-color css

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

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

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