Html Css Color HEX #035429 British Racing Green

📋 copy color: '#035429'

red 3 ◦ green 84 ◦ blue 41

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

Shades of British Racing Green #035429

Tints of British Racing Green #035429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 32.03%

R = 2.34%
G = 65.63%
B = 32.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#035429 (or 0x035429) is known color: British Racing Green. HEX triplet: 03, 54 and 29. RGB value is (3,84,41). Sum of RGB (Red+Green+Blue) = 3+84+41=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 84 (33.20% from 255 or 65.62% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 84 - color contains mainly: green. Hex color #035429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035429 is #FCABD6. Grayscale: #363636. Windows color (decimal): -16559063 or 2708483. OLE color: 2708483.

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

Color convert

RGB 3 84 41 -
CMYK 0.96 0 0.51 0.67
HSL 148.15º 0.93% 0.17% -
HSV(B) 148.15º 0.96% 0.33% -
XYZ 3.61 6.52 3.17 -
YUV 54.88 120.16 91 -
System Red Green Blue C M Y K H S L
Decimal 3 84 41 0.96 0 0.51 0.67 148.15 0.93 0.17
Hex 3 54 29 60 0 33 43 94 5D 11
Octal 3 124 51 140 0 63 103 224 135 21
Binary 11 1010100 101001 1100000 0 110011 1000011 10010100 1011101 10001

Color Harmonies of #035429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035429

Black with #035429

Text Example


Text Example

White with #035429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035429; }

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

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

background-color css

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

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

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

border-color css

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

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

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