Html Css Color HEX #03412F British Racing Green

📋 copy color: '#03412F'

red 3 ◦ green 65 ◦ blue 47

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

Shades of British Racing Green #03412F

Tints of British Racing Green #03412F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 40.87%

R = 2.61%
G = 56.52%
B = 40.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#03412F (or 0x03412F) is known color: British Racing Green. HEX triplet: 03, 41 and 2F. RGB value is (3,65,47). Sum of RGB (Red+Green+Blue) = 3+65+47=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #03412F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03412F is #FCBED0. Grayscale: #2C2C2C. Windows color (decimal): -16563921 or 3096835. OLE color: 3096835.

HSL color Cylindrical-coordinate representation of color #03412F: hue angle of 162.58º 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 #03412F is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 65 47 -
CMYK 0.95 0 0.28 0.75
HSL 162.58º 0.91% 0.13% -
HSV(B) 162.58º 0.95% 0.25% -
XYZ 2.44 4.01 3.33 -
YUV 44.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 3 65 47 0.95 0 0.28 0.75 162.58 0.91 0.13
Hex 3 41 2F 5F 0 1C 4B A3 5B D
Octal 3 101 57 137 0 34 113 243 133 15
Binary 11 1000001 101111 1011111 0 11100 1001011 10100011 1011011 1101

Color Harmonies of #03412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03412F

Black with #03412F

Text Example


Text Example

White with #03412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03412F; }

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

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

background-color css

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

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

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

border-color css

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

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

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