Html Css Color HEX #034115 British Racing Green

📋 copy color: '#034115'

red 3 ◦ green 65 ◦ blue 21

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

Shades of British Racing Green #034115

Tints of British Racing Green #034115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 73.03%

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

R = 3.37%
G = 73.03%
B = 23.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#034115 (or 0x034115) is known color: British Racing Green. HEX triplet: 03, 41 and 15. RGB value is (3,65,21). Sum of RGB (Red+Green+Blue) = 3+65+21=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 65 (25.78% from 255 or 73.03% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 65 - color contains mainly: green. Hex color #034115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034115 is #FCBEEA. Grayscale: #292929. Windows color (decimal): -16563947 or 1392899. OLE color: 1392899.

HSL color Cylindrical-coordinate representation of color #034115: hue angle of 137.42º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034115 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 65 21 -
CMYK 0.95 0 0.68 0.75
HSL 137.42º 0.91% 0.13% -
HSV(B) 137.42º 0.95% 0.25% -
XYZ 2.06 3.85 1.34 -
YUV 41.45 116.46 100.58 -
System Red Green Blue C M Y K H S L
Decimal 3 65 21 0.95 0 0.68 0.75 137.42 0.91 0.13
Hex 3 41 15 5F 0 44 4B 89 5B D
Octal 3 101 25 137 0 104 113 211 133 15
Binary 11 1000001 10101 1011111 0 1000100 1001011 10001001 1011011 1101

Color Harmonies of #034115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034115

Black with #034115

Text Example


Text Example

White with #034115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034115; }

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

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

background-color css

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

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

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

border-color css

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

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

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