Html Css Color HEX #034915 British Racing Green

📋 copy color: '#034915'

red 3 ◦ green 73 ◦ blue 21

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

Shades of British Racing Green #034915

Tints of British Racing Green #034915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 75.26%

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

R = 3.09%
G = 75.26%
B = 21.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#034915 (or 0x034915) is known color: British Racing Green. HEX triplet: 03, 49 and 15. RGB value is (3,73,21). Sum of RGB (Red+Green+Blue) = 3+73+21=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 73 (28.91% from 255 or 75.26% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 73 - color contains mainly: green. Hex color #034915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034915 is #FCB6EA. Grayscale: #2E2E2E. Windows color (decimal): -16561899 or 1394947. OLE color: 1394947.

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

Color convert

RGB 3 73 21 -
CMYK 0.96 0 0.71 0.71
HSL 135.43º 0.92% 0.15% -
HSV(B) 135.43º 0.96% 0.29% -
XYZ 2.56 4.84 1.51 -
YUV 46.14 113.81 97.23 -
System Red Green Blue C M Y K H S L
Decimal 3 73 21 0.96 0 0.71 0.71 135.43 0.92 0.15
Hex 3 49 15 60 0 47 47 87 5C F
Octal 3 111 25 140 0 107 107 207 134 17
Binary 11 1001001 10101 1100000 0 1000111 1000111 10000111 1011100 1111

Color Harmonies of #034915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034915

Black with #034915

Text Example


Text Example

White with #034915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034915; }

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

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

background-color css

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

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

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

border-color css

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

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

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