Html Css Color HEX #034819 British Racing Green

📋 copy color: '#034819'

red 3 ◦ green 72 ◦ blue 25

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

Shades of British Racing Green #034819

Tints of British Racing Green #034819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 72%

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

R = 3%
G = 72%
B = 25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#034819 (or 0x034819) is known color: British Racing Green. HEX triplet: 03, 48 and 19. RGB value is (3,72,25). Sum of RGB (Red+Green+Blue) = 3+72+25=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 72 (28.52% from 255 or 72% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 72 - color contains mainly: green. Hex color #034819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034819 is #FCB7E6. Grayscale: #2E2E2E. Windows color (decimal): -16562151 or 1656835. OLE color: 1656835.

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

Color convert

RGB 3 72 25 -
CMYK 0.96 0 0.65 0.72
HSL 139.13º 0.92% 0.15% -
HSV(B) 139.13º 0.96% 0.28% -
XYZ 2.53 4.72 1.7 -
YUV 46.01 116.14 97.32 -
System Red Green Blue C M Y K H S L
Decimal 3 72 25 0.96 0 0.65 0.72 139.13 0.92 0.15
Hex 3 48 19 60 0 41 48 8B 5C F
Octal 3 110 31 140 0 101 110 213 134 17
Binary 11 1001000 11001 1100000 0 1000001 1001000 10001011 1011100 1111

Color Harmonies of #034819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034819

Black with #034819

Text Example


Text Example

White with #034819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034819; }

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

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

background-color css

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

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

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

border-color css

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

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

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