Html Css Color HEX #035425 British Racing Green

📋 copy color: '#035425'

red 3 ◦ green 84 ◦ blue 37

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

Shades of British Racing Green #035425

Tints of British Racing Green #035425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 67.74%

 BLUE value IS 37 (14.84% from 255) = 29.84%

R = 2.42%
G = 67.74%
B = 29.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#035425 (or 0x035425) is known color: British Racing Green. HEX triplet: 03, 54 and 25. RGB value is (3,84,37). Sum of RGB (Red+Green+Blue) = 3+84+37=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 84 (33.20% from 255 or 67.74% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 84 - color contains mainly: green. Hex color #035425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035425 is #FCABDA. Grayscale: #363636. Windows color (decimal): -16559067 or 2446339. OLE color: 2446339.

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

Color convert

RGB 3 84 37 -
CMYK 0.96 0 0.56 0.67
HSL 145.19º 0.93% 0.17% -
HSV(B) 145.19º 0.96% 0.33% -
XYZ 3.54 6.49 2.82 -
YUV 54.42 118.16 91.32 -
System Red Green Blue C M Y K H S L
Decimal 3 84 37 0.96 0 0.56 0.67 145.19 0.93 0.17
Hex 3 54 25 60 0 38 43 91 5D 11
Octal 3 124 45 140 0 70 103 221 135 21
Binary 11 1010100 100101 1100000 0 111000 1000011 10010001 1011101 10001

Color Harmonies of #035425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035425

Black with #035425

Text Example


Text Example

White with #035425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035425; }

 p { color: rgb(3,84,37); }

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

background-color css

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

 a { background-color: rgb(3,84,37); }

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

border-color css

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

 span { border-color: rgb(3,84,37); }

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