Html Css Color HEX #034918 British Racing Green

📋 copy color: '#034918'

red 3 ◦ green 73 ◦ blue 24

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

Shades of British Racing Green #034918

Tints of British Racing Green #034918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 24%

R = 3%
G = 73%
B = 24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#034918 (or 0x034918) is known color: British Racing Green. HEX triplet: 03, 49 and 18. RGB value is (3,73,24). Sum of RGB (Red+Green+Blue) = 3+73+24=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 73 (28.91% from 255 or 73% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 73 - color contains mainly: green. Hex color #034918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034918 is #FCB6E7. Grayscale: #2E2E2E. Windows color (decimal): -16561896 or 1591555. OLE color: 1591555.

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

Color convert

RGB 3 73 24 -
CMYK 0.96 0 0.67 0.71
HSL 138º 0.92% 0.15% -
HSV(B) 138º 0.96% 0.29% -
XYZ 2.58 4.85 1.66 -
YUV 46.48 115.31 96.98 -
System Red Green Blue C M Y K H S L
Decimal 3 73 24 0.96 0 0.67 0.71 138 0.92 0.15
Hex 3 49 18 60 0 43 47 8A 5C F
Octal 3 111 30 140 0 103 107 212 134 17
Binary 11 1001001 11000 1100000 0 1000011 1000111 10001010 1011100 1111

Color Harmonies of #034918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034918

Black with #034918

Text Example


Text Example

White with #034918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034918; }

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

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

background-color css

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

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

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

border-color css

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

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

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