Html Css Color HEX #03412B British Racing Green

📋 copy color: '#03412B'

red 3 ◦ green 65 ◦ blue 43

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

Shades of British Racing Green #03412B

Tints of British Racing Green #03412B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 38.74%

R = 2.7%
G = 58.56%
B = 38.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#03412B (or 0x03412B) is known color: British Racing Green. HEX triplet: 03, 41 and 2B. RGB value is (3,65,43). Sum of RGB (Red+Green+Blue) = 3+65+43=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #03412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03412B is #FCBED4. Grayscale: #2B2B2B. Windows color (decimal): -16563925 or 2834691. OLE color: 2834691.

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

Color convert

RGB 3 65 43 -
CMYK 0.95 0 0.34 0.75
HSL 158.71º 0.91% 0.13% -
HSV(B) 158.71º 0.95% 0.25% -
XYZ 2.36 3.97 2.93 -
YUV 43.95 127.46 98.79 -
System Red Green Blue C M Y K H S L
Decimal 3 65 43 0.95 0 0.34 0.75 158.71 0.91 0.13
Hex 3 41 2B 5F 0 22 4B 9F 5B D
Octal 3 101 53 137 0 42 113 237 133 15
Binary 11 1000001 101011 1011111 0 100010 1001011 10011111 1011011 1101

Color Harmonies of #03412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03412B

Black with #03412B

Text Example


Text Example

White with #03412B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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