Html Css Color HEX #034218 British Racing Green

📋 copy color: '#034218'

red 3 ◦ green 66 ◦ blue 24

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

Shades of British Racing Green #034218

Tints of British Racing Green #034218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 70.97%

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

R = 3.23%
G = 70.97%
B = 25.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#034218 (or 0x034218) is known color: British Racing Green. HEX triplet: 03, 42 and 18. RGB value is (3,66,24). Sum of RGB (Red+Green+Blue) = 3+66+24=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 66 (26.17% from 255 or 70.97% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 66 - color contains mainly: green. Hex color #034218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034218 is #FCBDE7. Grayscale: #2A2A2A. Windows color (decimal): -16563688 or 1589763. OLE color: 1589763.

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

Color convert

RGB 3 66 24 -
CMYK 0.95 0 0.64 0.74
HSL 140º 0.91% 0.14% -
HSV(B) 140º 0.95% 0.26% -
XYZ 2.15 3.98 1.52 -
YUV 42.38 117.63 99.92 -
System Red Green Blue C M Y K H S L
Decimal 3 66 24 0.95 0 0.64 0.74 140 0.91 0.14
Hex 3 42 18 5F 0 40 4A 8C 5B E
Octal 3 102 30 137 0 100 112 214 133 16
Binary 11 1000010 11000 1011111 0 1000000 1001010 10001100 1011011 1110

Color Harmonies of #034218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034218

Black with #034218

Text Example


Text Example

White with #034218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034218; }

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

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

background-color css

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

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

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

border-color css

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

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

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