Html Css Color HEX #034615 British Racing Green

📋 copy color: '#034615'

red 3 ◦ green 70 ◦ blue 21

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

Shades of British Racing Green #034615

Tints of British Racing Green #034615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 74.47%

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

R = 3.19%
G = 74.47%
B = 22.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#034615 (or 0x034615) is known color: British Racing Green. HEX triplet: 03, 46 and 15. RGB value is (3,70,21). Sum of RGB (Red+Green+Blue) = 3+70+21=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 70 (27.73% from 255 or 74.47% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 70 - color contains mainly: green. Hex color #034615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034615 is #FCB9EA. Grayscale: #2C2C2C. Windows color (decimal): -16562667 or 1394179. OLE color: 1394179.

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

Color convert

RGB 3 70 21 -
CMYK 0.96 0 0.70 0.73
HSL 136.12º 0.92% 0.14% -
HSV(B) 136.12º 0.96% 0.27% -
XYZ 2.36 4.45 1.44 -
YUV 44.38 114.8 98.48 -
System Red Green Blue C M Y K H S L
Decimal 3 70 21 0.96 0 0.70 0.73 136.12 0.92 0.14
Hex 3 46 15 60 0 46 49 88 5C E
Octal 3 106 25 140 0 106 111 210 134 16
Binary 11 1000110 10101 1100000 0 1000110 1001001 10001000 1011100 1110

Color Harmonies of #034615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034615

Black with #034615

Text Example


Text Example

White with #034615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034615; }

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

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

background-color css

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

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

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

border-color css

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

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

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