Html Css Color HEX #034529 British Racing Green

📋 copy color: '#034529'

red 3 ◦ green 69 ◦ blue 41

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

Shades of British Racing Green #034529

Tints of British Racing Green #034529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 61.06%

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

R = 2.65%
G = 61.06%
B = 36.28%

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

#034529 (or 0x034529) is known color: British Racing Green. HEX triplet: 03, 45 and 29. RGB value is (3,69,41). Sum of RGB (Red+Green+Blue) = 3+69+41=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 69 (27.34% from 255 or 61.06% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 69 - color contains mainly: green. Hex color #034529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034529 is #FCBAD6. Grayscale: #2E2E2E. Windows color (decimal): -16562903 or 2704643. OLE color: 2704643.

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

Color convert

RGB 3 69 41 -
CMYK 0.96 0 0.41 0.73
HSL 154.55º 0.92% 0.14% -
HSV(B) 154.55º 0.96% 0.27% -
XYZ 2.57 4.44 2.82 -
YUV 46.07 125.13 97.28 -
System Red Green Blue C M Y K H S L
Decimal 3 69 41 0.96 0 0.41 0.73 154.55 0.92 0.14
Hex 3 45 29 60 0 29 49 9B 5C E
Octal 3 105 51 140 0 51 111 233 134 16
Binary 11 1000101 101001 1100000 0 101001 1001001 10011011 1011100 1110

Color Harmonies of #034529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034529

Black with #034529

Text Example


Text Example

White with #034529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034529; }

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

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

background-color css

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

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

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

border-color css

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

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

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