Html Css Color HEX #03482A British Racing Green

📋 copy color: '#03482A'

red 3 ◦ green 72 ◦ blue 42

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

Shades of British Racing Green #03482A

Tints of British Racing Green #03482A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 61.54%

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

R = 2.56%
G = 61.54%
B = 35.9%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#03482A (or 0x03482A) is known color: British Racing Green. HEX triplet: 03, 48 and 2A. RGB value is (3,72,42). Sum of RGB (Red+Green+Blue) = 3+72+42=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #03482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03482A is #FCB7D5. Grayscale: #2F2F2F. Windows color (decimal): -16562134 or 2770947. OLE color: 2770947.

HSL color Cylindrical-coordinate representation of color #03482A: hue angle of 153.91º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03482A is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 72 42 -
CMYK 0.96 0 0.42 0.72
HSL 153.91º 0.92% 0.15% -
HSV(B) 153.91º 0.96% 0.28% -
XYZ 2.77 4.82 2.97 -
YUV 47.95 124.64 95.94 -
System Red Green Blue C M Y K H S L
Decimal 3 72 42 0.96 0 0.42 0.72 153.91 0.92 0.15
Hex 3 48 2A 60 0 2A 48 9A 5C F
Octal 3 110 52 140 0 52 110 232 134 17
Binary 11 1001000 101010 1100000 0 101010 1001000 10011010 1011100 1111

Color Harmonies of #03482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03482A

Black with #03482A

Text Example


Text Example

White with #03482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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