Html Css Color HEX #034D1D British Racing Green

📋 copy color: '#034D1D'

red 3 ◦ green 77 ◦ blue 29

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

Shades of British Racing Green #034D1D

Tints of British Racing Green #034D1D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 70.64%

 BLUE value IS 29 (11.72% from 255) = 26.61%

R = 2.75%
G = 70.64%
B = 26.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#034D1D (or 0x034D1D) is known color: British Racing Green. HEX triplet: 03, 4D and 1D. RGB value is (3,77,29). Sum of RGB (Red+Green+Blue) = 3+77+29=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 77 (30.47% from 255 or 70.64% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 77 - color contains mainly: green. Hex color #034D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D1D is #FCB2E2. Grayscale: #313131. Windows color (decimal): -16560867 or 1920259. OLE color: 1920259.

HSL color Cylindrical-coordinate representation of color #034D1D: hue angle of 141.08º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034D1D is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 77 29 -
CMYK 0.96 0 0.62 0.70
HSL 141.08º 0.93% 0.16% -
HSV(B) 141.08º 0.96% 0.3% -
XYZ 2.91 5.42 2.05 -
YUV 49.4 116.48 94.9 -
System Red Green Blue C M Y K H S L
Decimal 3 77 29 0.96 0 0.62 0.70 141.08 0.93 0.16
Hex 3 4D 1D 60 0 3E 46 8D 5C 10
Octal 3 115 35 140 0 76 106 215 134 20
Binary 11 1001101 11101 1100000 0 111110 1000110 10001101 1011100 10000

Color Harmonies of #034D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D1D

Black with #034D1D

Text Example


Text Example

White with #034D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034D1D; }

 p { color: rgb(3,77,29); }

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

background-color css

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

 a { background-color: rgb(3,77,29); }

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

border-color css

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

 span { border-color: rgb(3,77,29); }

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