Html Css Color HEX #034D1F British Racing Green

📋 copy color: '#034D1F'

red 3 ◦ green 77 ◦ blue 31

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

Shades of British Racing Green #034D1F

Tints of British Racing Green #034D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 27.93%

R = 2.7%
G = 69.37%
B = 27.93%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#034D1F (or 0x034D1F) is known color: British Racing Green. HEX triplet: 03, 4D and 1F. RGB value is (3,77,31). Sum of RGB (Red+Green+Blue) = 3+77+31=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 77 (30.47% from 255 or 69.37% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 77 - color contains mainly: green. Hex color #034D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D1F is #FCB2E0. Grayscale: #313131. Windows color (decimal): -16560865 or 2051331. OLE color: 2051331.

HSL color Cylindrical-coordinate representation of color #034D1F: hue angle of 142.7º 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 #034D1F is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 77 31 -
CMYK 0.96 0 0.60 0.70
HSL 142.7º 0.93% 0.16% -
HSV(B) 142.7º 0.96% 0.3% -
XYZ 2.94 5.43 2.19 -
YUV 49.63 117.48 94.74 -
System Red Green Blue C M Y K H S L
Decimal 3 77 31 0.96 0 0.60 0.70 142.7 0.93 0.16
Hex 3 4D 1F 60 0 3C 46 8F 5C 10
Octal 3 115 37 140 0 74 106 217 134 20
Binary 11 1001101 11111 1100000 0 111100 1000110 10001111 1011100 10000

Color Harmonies of #034D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D1F

Black with #034D1F

Text Example


Text Example

White with #034D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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