Html Css Color HEX #034D30 British Racing Green

📋 copy color: '#034D30'

red 3 ◦ green 77 ◦ blue 48

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

Shades of British Racing Green #034D30

Tints of British Racing Green #034D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 37.5%

R = 2.34%
G = 60.16%
B = 37.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#034D30 (or 0x034D30) is known color: British Racing Green. HEX triplet: 03, 4D and 30. RGB value is (3,77,48). Sum of RGB (Red+Green+Blue) = 3+77+48=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 77 (30.47% from 255 or 60.16% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 77 - color contains mainly: green. Hex color #034D30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D30 is #FCB2CF. Grayscale: #333333. Windows color (decimal): -16560848 or 3165443. OLE color: 3165443.

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

Color convert

RGB 3 77 48 -
CMYK 0.96 0 0.38 0.70
HSL 156.49º 0.93% 0.16% -
HSV(B) 156.49º 0.96% 0.3% -
XYZ 3.22 5.54 3.7 -
YUV 51.57 125.98 93.36 -
System Red Green Blue C M Y K H S L
Decimal 3 77 48 0.96 0 0.38 0.70 156.49 0.93 0.16
Hex 3 4D 30 60 0 26 46 9C 5C 10
Octal 3 115 60 140 0 46 106 234 134 20
Binary 11 1001101 110000 1100000 0 100110 1000110 10011100 1011100 10000

Color Harmonies of #034D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D30

Black with #034D30

Text Example


Text Example

White with #034D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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