Html Css Color HEX #034319 British Racing Green

📋 copy color: '#034319'

red 3 ◦ green 67 ◦ blue 25

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

Shades of British Racing Green #034319

Tints of British Racing Green #034319

RGB

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

 GREEN value IS 67 (26.56% from 255) = 70.53%

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

R = 3.16%
G = 70.53%
B = 26.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.63

 K value IS 0.74

RGB Variations

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

Color information

#034319 (or 0x034319) is known color: British Racing Green. HEX triplet: 03, 43 and 19. RGB value is (3,67,25). Sum of RGB (Red+Green+Blue) = 3+67+25=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 67 (26.56% from 255 or 70.53% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 67 - color contains mainly: green. Hex color #034319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034319 is #FCBCE6. Grayscale: #2B2B2B. Windows color (decimal): -16563431 or 1655555. OLE color: 1655555.

HSL color Cylindrical-coordinate representation of color #034319: hue angle of 140.62º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034319 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 67 25 -
CMYK 0.96 0 0.63 0.74
HSL 140.63º 0.91% 0.14% -
HSV(B) 140.63º 0.96% 0.26% -
XYZ 2.22 4.1 1.59 -
YUV 43.08 117.8 99.42 -
System Red Green Blue C M Y K H S L
Decimal 3 67 25 0.96 0 0.63 0.74 140.63 0.91 0.14
Hex 3 43 19 60 0 3F 4A 8D 5B E
Octal 3 103 31 140 0 77 112 215 133 16
Binary 11 1000011 11001 1100000 0 111111 1001010 10001101 1011011 1110

Color Harmonies of #034319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034319

Black with #034319

Text Example


Text Example

White with #034319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034319; }

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

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

background-color css

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

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

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

border-color css

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

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

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