Html Css Color HEX #034019 British Racing Green

📋 copy color: '#034019'

red 3 ◦ green 64 ◦ blue 25

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

Shades of British Racing Green #034019

Tints of British Racing Green #034019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 69.57%

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

R = 3.26%
G = 69.57%
B = 27.17%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#034019 (or 0x034019) is known color: British Racing Green. HEX triplet: 03, 40 and 19. RGB value is (3,64,25). Sum of RGB (Red+Green+Blue) = 3+64+25=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 64 (25.39% from 255 or 69.57% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 64 - color contains mainly: green. Hex color #034019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034019 is #FCBFE6. Grayscale: #292929. Windows color (decimal): -16564199 or 1654787. OLE color: 1654787.

HSL color Cylindrical-coordinate representation of color #034019: hue angle of 141.64º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034019 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 64 25 -
CMYK 0.95 0 0.61 0.75
HSL 141.64º 0.91% 0.13% -
HSV(B) 141.64º 0.95% 0.25% -
XYZ 2.05 3.76 1.54 -
YUV 41.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 3 64 25 0.95 0 0.61 0.75 141.64 0.91 0.13
Hex 3 40 19 5F 0 3D 4B 8E 5B D
Octal 3 100 31 137 0 75 113 216 133 15
Binary 11 1000000 11001 1011111 0 111101 1001011 10001110 1011011 1101

Color Harmonies of #034019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034019

Black with #034019

Text Example


Text Example

White with #034019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034019; }

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

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

background-color css

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

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

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

border-color css

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

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

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