Html Css Color HEX #034629 British Racing Green

📋 copy color: '#034629'

red 3 ◦ green 70 ◦ blue 41

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

Shades of British Racing Green #034629

Tints of British Racing Green #034629

RGB

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

 GREEN value IS 70 (27.73% from 255) = 61.4%

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

R = 2.63%
G = 61.4%
B = 35.96%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#034629 (or 0x034629) is known color: British Racing Green. HEX triplet: 03, 46 and 29. RGB value is (3,70,41). Sum of RGB (Red+Green+Blue) = 3+70+41=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 70 (27.73% from 255 or 61.40% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 70 - color contains mainly: green. Hex color #034629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034629 is #FCB9D6. Grayscale: #2E2E2E. Windows color (decimal): -16562647 or 2704899. OLE color: 2704899.

HSL color Cylindrical-coordinate representation of color #034629: hue angle of 154.03º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034629 is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 70 41 -
CMYK 0.96 0 0.41 0.73
HSL 154.03º 0.92% 0.14% -
HSV(B) 154.03º 0.96% 0.27% -
XYZ 2.63 4.56 2.84 -
YUV 46.66 124.8 96.86 -
System Red Green Blue C M Y K H S L
Decimal 3 70 41 0.96 0 0.41 0.73 154.03 0.92 0.14
Hex 3 46 29 60 0 29 49 9A 5C E
Octal 3 106 51 140 0 51 111 232 134 16
Binary 11 1000110 101001 1100000 0 101001 1001001 10011010 1011100 1110

Color Harmonies of #034629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034629

Black with #034629

Text Example


Text Example

White with #034629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034629; }

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

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

background-color css

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

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

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

border-color css

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

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

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