Html Css Color HEX #034715 British Racing Green

📋 copy color: '#034715'

red 3 ◦ green 71 ◦ blue 21

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

Shades of British Racing Green #034715

Tints of British Racing Green #034715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 22.11%

R = 3.16%
G = 74.74%
B = 22.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#034715 (or 0x034715) is known color: British Racing Green. HEX triplet: 03, 47 and 15. RGB value is (3,71,21). Sum of RGB (Red+Green+Blue) = 3+71+21=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 71 (28.12% from 255 or 74.74% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 71 - color contains mainly: green. Hex color #034715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034715 is #FCB8EA. Grayscale: #2D2D2D. Windows color (decimal): -16562411 or 1394435. OLE color: 1394435.

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

Color convert

RGB 3 71 21 -
CMYK 0.96 0 0.70 0.72
HSL 135.88º 0.92% 0.15% -
HSV(B) 135.88º 0.96% 0.28% -
XYZ 2.43 4.58 1.47 -
YUV 44.97 114.47 98.07 -
System Red Green Blue C M Y K H S L
Decimal 3 71 21 0.96 0 0.70 0.72 135.88 0.92 0.15
Hex 3 47 15 60 0 46 48 88 5C F
Octal 3 107 25 140 0 106 110 210 134 17
Binary 11 1000111 10101 1100000 0 1000110 1001000 10001000 1011100 1111

Color Harmonies of #034715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034715

Black with #034715

Text Example


Text Example

White with #034715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034715; }

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

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

background-color css

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

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

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

border-color css

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

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

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