Html Css Color HEX #03412E British Racing Green

📋 copy color: '#03412E'

red 3 ◦ green 65 ◦ blue 46

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

Shades of British Racing Green #03412E

Tints of British Racing Green #03412E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 40.35%

R = 2.63%
G = 57.02%
B = 40.35%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#03412E (or 0x03412E) is known color: British Racing Green. HEX triplet: 03, 41 and 2E. RGB value is (3,65,46). Sum of RGB (Red+Green+Blue) = 3+65+46=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 65 (25.78% from 255 or 57.02% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 65 - color contains mainly: green. Hex color #03412E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03412E is #FCBED1. Grayscale: #2C2C2C. Windows color (decimal): -16563922 or 3031299. OLE color: 3031299.

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

Color convert

RGB 3 65 46 -
CMYK 0.95 0 0.29 0.75
HSL 161.61º 0.91% 0.13% -
HSV(B) 161.61º 0.95% 0.25% -
XYZ 2.42 4 3.23 -
YUV 44.3 128.96 98.54 -
System Red Green Blue C M Y K H S L
Decimal 3 65 46 0.95 0 0.29 0.75 161.61 0.91 0.13
Hex 3 41 2E 5F 0 1D 4B A2 5B D
Octal 3 101 56 137 0 35 113 242 133 15
Binary 11 1000001 101110 1011111 0 11101 1001011 10100010 1011011 1101

Color Harmonies of #03412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03412E

Black with #03412E

Text Example


Text Example

White with #03412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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