Html Css Color HEX #034214 British Racing Green

📋 copy color: '#034214'

red 3 ◦ green 66 ◦ blue 20

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

Shades of British Racing Green #034214

Tints of British Racing Green #034214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 22.47%

R = 3.37%
G = 74.16%
B = 22.47%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#034214 (or 0x034214) is known color: British Racing Green. HEX triplet: 03, 42 and 14. RGB value is (3,66,20). Sum of RGB (Red+Green+Blue) = 3+66+20=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 66 (26.17% from 255 or 74.16% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 66 - color contains mainly: green. Hex color #034214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034214 is #FCBDEB. Grayscale: #2A2A2A. Windows color (decimal): -16563692 or 1327619. OLE color: 1327619.

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

Color convert

RGB 3 66 20 -
CMYK 0.95 0 0.70 0.74
HSL 136.19º 0.91% 0.14% -
HSV(B) 136.19º 0.95% 0.26% -
XYZ 2.11 3.97 1.32 -
YUV 41.92 115.63 100.24 -
System Red Green Blue C M Y K H S L
Decimal 3 66 20 0.95 0 0.70 0.74 136.19 0.91 0.14
Hex 3 42 14 5F 0 46 4A 88 5B E
Octal 3 102 24 137 0 106 112 210 133 16
Binary 11 1000010 10100 1011111 0 1000110 1001010 10001000 1011011 1110

Color Harmonies of #034214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034214

Black with #034214

Text Example


Text Example

White with #034214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034214; }

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

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

background-color css

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

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

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

border-color css

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

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

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