Html Css Color HEX #034929 British Racing Green

📋 copy color: '#034929'

red 3 ◦ green 73 ◦ blue 41

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

Shades of British Racing Green #034929

Tints of British Racing Green #034929

RGB

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

 GREEN value IS 73 (28.91% from 255) = 62.39%

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

R = 2.56%
G = 62.39%
B = 35.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#034929 (or 0x034929) is known color: British Racing Green. HEX triplet: 03, 49 and 29. RGB value is (3,73,41). Sum of RGB (Red+Green+Blue) = 3+73+41=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 73 (28.91% from 255 or 62.39% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 73 - color contains mainly: green. Hex color #034929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034929 is #FCB6D6. Grayscale: #303030. Windows color (decimal): -16561879 or 2705667. OLE color: 2705667.

HSL color Cylindrical-coordinate representation of color #034929: hue angle of 152.57º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034929 is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 73 41 -
CMYK 0.96 0 0.44 0.71
HSL 152.57º 0.92% 0.15% -
HSV(B) 152.57º 0.96% 0.29% -
XYZ 2.82 4.94 2.9 -
YUV 48.42 123.81 95.6 -
System Red Green Blue C M Y K H S L
Decimal 3 73 41 0.96 0 0.44 0.71 152.57 0.92 0.15
Hex 3 49 29 60 0 2C 47 99 5C F
Octal 3 111 51 140 0 54 107 231 134 17
Binary 11 1001001 101001 1100000 0 101100 1000111 10011001 1011100 1111

Color Harmonies of #034929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034929

Black with #034929

Text Example


Text Example

White with #034929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034929; }

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

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

background-color css

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

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

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

border-color css

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

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

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