Html Css Color HEX #034D2A British Racing Green

📋 copy color: '#034D2A'

red 3 ◦ green 77 ◦ blue 42

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

Shades of British Racing Green #034D2A

Tints of British Racing Green #034D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 34.43%

R = 2.46%
G = 63.11%
B = 34.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.70

RGB Variations

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

Color information

#034D2A (or 0x034D2A) is known color: British Racing Green. HEX triplet: 03, 4D and 2A. RGB value is (3,77,42). Sum of RGB (Red+Green+Blue) = 3+77+42=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 77 (30.47% from 255 or 63.11% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 77 - color contains mainly: green. Hex color #034D2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D2A is #FCB2D5. Grayscale: #323232. Windows color (decimal): -16560854 or 2772227. OLE color: 2772227.

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

Color convert

RGB 3 77 42 -
CMYK 0.96 0 0.45 0.70
HSL 151.62º 0.93% 0.16% -
HSV(B) 151.62º 0.96% 0.3% -
XYZ 3.11 5.49 3.09 -
YUV 50.88 122.98 93.85 -
System Red Green Blue C M Y K H S L
Decimal 3 77 42 0.96 0 0.45 0.70 151.62 0.93 0.16
Hex 3 4D 2A 60 0 2D 46 98 5C 10
Octal 3 115 52 140 0 55 106 230 134 20
Binary 11 1001101 101010 1100000 0 101101 1000110 10011000 1011100 10000

Color Harmonies of #034D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D2A

Black with #034D2A

Text Example


Text Example

White with #034D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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