Html Css Color HEX #034714 British Racing Green

📋 copy color: '#034714'

red 3 ◦ green 71 ◦ blue 20

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

Shades of British Racing Green #034714

Tints of British Racing Green #034714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 75.53%

 BLUE value IS 20 (8.2% from 255) = 21.28%

R = 3.19%
G = 75.53%
B = 21.28%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#034714 (or 0x034714) is known color: British Racing Green. HEX triplet: 03, 47 and 14. RGB value is (3,71,20). Sum of RGB (Red+Green+Blue) = 3+71+20=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 71 (28.12% from 255 or 75.53% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 71 - color contains mainly: green. Hex color #034714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034714 is #FCB8EB. Grayscale: #2C2C2C. Windows color (decimal): -16562412 or 1328899. OLE color: 1328899.

HSL color Cylindrical-coordinate representation of color #034714: hue angle of 135º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034714 is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 71 20 -
CMYK 0.96 0 0.72 0.72
HSL 135º 0.92% 0.15% -
HSV(B) 135º 0.96% 0.28% -
XYZ 2.42 4.58 1.42 -
YUV 44.85 113.97 98.15 -
System Red Green Blue C M Y K H S L
Decimal 3 71 20 0.96 0 0.72 0.72 135 0.92 0.15
Hex 3 47 14 60 0 48 48 87 5C F
Octal 3 107 24 140 0 110 110 207 134 17
Binary 11 1000111 10100 1100000 0 1001000 1001000 10000111 1011100 1111

Color Harmonies of #034714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034714

Black with #034714

Text Example


Text Example

White with #034714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034714; }

 p { color: rgb(3,71,20); }

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

background-color css

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

 a { background-color: rgb(3,71,20); }

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

border-color css

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

 span { border-color: rgb(3,71,20); }

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