Html Css Color HEX #03412C British Racing Green

📋 copy color: '#03412C'

red 3 ◦ green 65 ◦ blue 44

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

Shades of British Racing Green #03412C

Tints of British Racing Green #03412C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 39.29%

R = 2.68%
G = 58.04%
B = 39.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#03412C (or 0x03412C) is known color: British Racing Green. HEX triplet: 03, 41 and 2C. RGB value is (3,65,44). Sum of RGB (Red+Green+Blue) = 3+65+44=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #03412C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03412C is #FCBED3. Grayscale: #2C2C2C. Windows color (decimal): -16563924 or 2900227. OLE color: 2900227.

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

Color convert

RGB 3 65 44 -
CMYK 0.95 0 0.32 0.75
HSL 159.68º 0.91% 0.13% -
HSV(B) 159.68º 0.95% 0.25% -
XYZ 2.38 3.98 3.03 -
YUV 44.07 127.96 98.71 -
System Red Green Blue C M Y K H S L
Decimal 3 65 44 0.95 0 0.32 0.75 159.68 0.91 0.13
Hex 3 41 2C 5F 0 20 4B A0 5B D
Octal 3 101 54 137 0 40 113 240 133 15
Binary 11 1000001 101100 1011111 0 100000 1001011 10100000 1011011 1101

Color Harmonies of #03412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03412C

Black with #03412C

Text Example


Text Example

White with #03412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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