Html Css Color HEX #034829 British Racing Green

📋 copy color: '#034829'

red 3 ◦ green 72 ◦ blue 41

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

Shades of British Racing Green #034829

Tints of British Racing Green #034829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 62.07%

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

R = 2.59%
G = 62.07%
B = 35.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#034829 (or 0x034829) is known color: British Racing Green. HEX triplet: 03, 48 and 29. RGB value is (3,72,41). Sum of RGB (Red+Green+Blue) = 3+72+41=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 72 (28.52% from 255 or 62.07% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 72 - color contains mainly: green. Hex color #034829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034829 is #FCB7D6. Grayscale: #2F2F2F. Windows color (decimal): -16562135 or 2705411. OLE color: 2705411.

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

Color convert

RGB 3 72 41 -
CMYK 0.96 0 0.43 0.72
HSL 153.04º 0.92% 0.15% -
HSV(B) 153.04º 0.96% 0.28% -
XYZ 2.76 4.81 2.88 -
YUV 47.84 124.14 96.02 -
System Red Green Blue C M Y K H S L
Decimal 3 72 41 0.96 0 0.43 0.72 153.04 0.92 0.15
Hex 3 48 29 60 0 2B 48 99 5C F
Octal 3 110 51 140 0 53 110 231 134 17
Binary 11 1001000 101001 1100000 0 101011 1001000 10011001 1011100 1111

Color Harmonies of #034829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034829

Black with #034829

Text Example


Text Example

White with #034829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034829; }

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

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

background-color css

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

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

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

border-color css

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

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

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