Html Css Color HEX #034919 British Racing Green

📋 copy color: '#034919'

red 3 ◦ green 73 ◦ blue 25

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

Shades of British Racing Green #034919

Tints of British Racing Green #034919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 24.75%

R = 2.97%
G = 72.28%
B = 24.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#034919 (or 0x034919) is known color: British Racing Green. HEX triplet: 03, 49 and 19. RGB value is (3,73,25). Sum of RGB (Red+Green+Blue) = 3+73+25=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 73 (28.91% from 255 or 72.28% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 73 - color contains mainly: green. Hex color #034919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034919 is #FCB6E6. Grayscale: #2E2E2E. Windows color (decimal): -16561895 or 1657091. OLE color: 1657091.

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

Color convert

RGB 3 73 25 -
CMYK 0.96 0 0.66 0.71
HSL 138.86º 0.92% 0.15% -
HSV(B) 138.86º 0.96% 0.29% -
XYZ 2.6 4.85 1.72 -
YUV 46.6 115.81 96.9 -
System Red Green Blue C M Y K H S L
Decimal 3 73 25 0.96 0 0.66 0.71 138.86 0.92 0.15
Hex 3 49 19 60 0 42 47 8B 5C F
Octal 3 111 31 140 0 102 107 213 134 17
Binary 11 1001001 11001 1100000 0 1000010 1000111 10001011 1011100 1111

Color Harmonies of #034919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034919

Black with #034919

Text Example


Text Example

White with #034919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034919; }

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

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

background-color css

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

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

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

border-color css

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

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

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