Html Css Color HEX #034318 British Racing Green

📋 copy color: '#034318'

red 3 ◦ green 67 ◦ blue 24

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

Shades of British Racing Green #034318

Tints of British Racing Green #034318

RGB

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

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

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

R = 3.19%
G = 71.28%
B = 25.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#034318 (or 0x034318) is known color: British Racing Green. HEX triplet: 03, 43 and 18. RGB value is (3,67,24). Sum of RGB (Red+Green+Blue) = 3+67+24=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 67 (26.56% from 255 or 71.28% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 67 - color contains mainly: green. Hex color #034318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034318 is #FCBCE7. Grayscale: #2B2B2B. Windows color (decimal): -16563432 or 1590019. OLE color: 1590019.

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

Color convert

RGB 3 67 24 -
CMYK 0.96 0 0.64 0.74
HSL 139.69º 0.91% 0.14% -
HSV(B) 139.69º 0.96% 0.26% -
XYZ 2.21 4.1 1.54 -
YUV 42.96 117.3 99.5 -
System Red Green Blue C M Y K H S L
Decimal 3 67 24 0.96 0 0.64 0.74 139.69 0.91 0.14
Hex 3 43 18 60 0 40 4A 8C 5B E
Octal 3 103 30 140 0 100 112 214 133 16
Binary 11 1000011 11000 1100000 0 1000000 1001010 10001100 1011011 1110

Color Harmonies of #034318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034318

Black with #034318

Text Example


Text Example

White with #034318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034318; }

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

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

background-color css

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

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

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

border-color css

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

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

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