Html Css Color HEX #034418 British Racing Green

📋 copy color: '#034418'

red 3 ◦ green 68 ◦ blue 24

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

Shades of British Racing Green #034418

Tints of British Racing Green #034418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 71.58%

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

R = 3.16%
G = 71.58%
B = 25.26%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#034418 (or 0x034418) is known color: British Racing Green. HEX triplet: 03, 44 and 18. RGB value is (3,68,24). Sum of RGB (Red+Green+Blue) = 3+68+24=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 68 (26.95% from 255 or 71.58% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 68 - color contains mainly: green. Hex color #034418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034418 is #FCBBE7. Grayscale: #2B2B2B. Windows color (decimal): -16563176 or 1590275. OLE color: 1590275.

HSL color Cylindrical-coordinate representation of color #034418: hue angle of 139.38º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034418 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 68 24 -
CMYK 0.96 0 0.65 0.73
HSL 139.38º 0.92% 0.14% -
HSV(B) 139.38º 0.96% 0.27% -
XYZ 2.27 4.22 1.56 -
YUV 43.55 116.97 99.08 -
System Red Green Blue C M Y K H S L
Decimal 3 68 24 0.96 0 0.65 0.73 139.38 0.92 0.14
Hex 3 44 18 60 0 41 49 8B 5C E
Octal 3 104 30 140 0 101 111 213 134 16
Binary 11 1000100 11000 1100000 0 1000001 1001001 10001011 1011100 1110

Color Harmonies of #034418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034418

Black with #034418

Text Example


Text Example

White with #034418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034418; }

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

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

background-color css

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

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

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

border-color css

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

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

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