Html Css Color HEX #034215 British Racing Green

📋 copy color: '#034215'

red 3 ◦ green 66 ◦ blue 21

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

Shades of British Racing Green #034215

Tints of British Racing Green #034215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 23.33%

R = 3.33%
G = 73.33%
B = 23.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.68

 K value IS 0.74

RGB Variations

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

Color information

#034215 (or 0x034215) is known color: British Racing Green. HEX triplet: 03, 42 and 15. RGB value is (3,66,21). Sum of RGB (Red+Green+Blue) = 3+66+21=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 66 (26.17% from 255 or 73.33% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 66 - color contains mainly: green. Hex color #034215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034215 is #FCBDEA. Grayscale: #2A2A2A. Windows color (decimal): -16563691 or 1393155. OLE color: 1393155.

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

Color convert

RGB 3 66 21 -
CMYK 0.95 0 0.68 0.74
HSL 137.14º 0.91% 0.14% -
HSV(B) 137.14º 0.95% 0.26% -
XYZ 2.12 3.97 1.36 -
YUV 42.03 116.13 100.16 -
System Red Green Blue C M Y K H S L
Decimal 3 66 21 0.95 0 0.68 0.74 137.14 0.91 0.14
Hex 3 42 15 5F 0 44 4A 89 5B E
Octal 3 102 25 137 0 104 112 211 133 16
Binary 11 1000010 10101 1011111 0 1000100 1001010 10001001 1011011 1110

Color Harmonies of #034215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034215

Black with #034215

Text Example


Text Example

White with #034215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034215; }

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

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

background-color css

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

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

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

border-color css

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

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

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