Html Css Color HEX #03462A British Racing Green

📋 copy color: '#03462A'

red 3 ◦ green 70 ◦ blue 42

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

Shades of British Racing Green #03462A

Tints of British Racing Green #03462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 60.87%

 BLUE value IS 42 (16.8% from 255) = 36.52%

R = 2.61%
G = 60.87%
B = 36.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#03462A (or 0x03462A) is known color: British Racing Green. HEX triplet: 03, 46 and 2A. RGB value is (3,70,42). Sum of RGB (Red+Green+Blue) = 3+70+42=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 70 (27.73% from 255 or 60.87% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 70 - color contains mainly: green. Hex color #03462A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03462A is #FCB9D5. Grayscale: #2E2E2E. Windows color (decimal): -16562646 or 2770435. OLE color: 2770435.

HSL color Cylindrical-coordinate representation of color #03462A: hue angle of 154.93º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03462A is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 70 42 -
CMYK 0.96 0 0.40 0.73
HSL 154.93º 0.92% 0.14% -
HSV(B) 154.93º 0.96% 0.27% -
XYZ 2.65 4.57 2.93 -
YUV 46.78 125.3 96.78 -
System Red Green Blue C M Y K H S L
Decimal 3 70 42 0.96 0 0.40 0.73 154.93 0.92 0.14
Hex 3 46 2A 60 0 28 49 9B 5C E
Octal 3 106 52 140 0 50 111 233 134 16
Binary 11 1000110 101010 1100000 0 101000 1001001 10011011 1011100 1110

Color Harmonies of #03462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03462A

Black with #03462A

Text Example


Text Example

White with #03462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03462A; }

 p { color: rgb(3,70,42); }

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

background-color css

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

 a { background-color: rgb(3,70,42); }

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

border-color css

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

 span { border-color: rgb(3,70,42); }

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