Html Css Color HEX #03402A British Racing Green

📋 copy color: '#03402A'

red 3 ◦ green 64 ◦ blue 42

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

Shades of British Racing Green #03402A

Tints of British Racing Green #03402A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 58.72%

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

R = 2.75%
G = 58.72%
B = 38.53%

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

#03402A (or 0x03402A) is known color: British Racing Green. HEX triplet: 03, 40 and 2A. RGB value is (3,64,42). Sum of RGB (Red+Green+Blue) = 3+64+42=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 64 (25.39% from 255 or 58.72% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 64 - color contains mainly: green. Hex color #03402A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03402A is #FCBFD5. Grayscale: #2B2B2B. Windows color (decimal): -16564182 or 2768899. OLE color: 2768899.

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

Color convert

RGB 3 64 42 -
CMYK 0.95 0 0.34 0.75
HSL 158.36º 0.91% 0.13% -
HSV(B) 158.36º 0.95% 0.25% -
XYZ 2.29 3.85 2.81 -
YUV 43.25 127.29 99.29 -
System Red Green Blue C M Y K H S L
Decimal 3 64 42 0.95 0 0.34 0.75 158.36 0.91 0.13
Hex 3 40 2A 5F 0 22 4B 9E 5B D
Octal 3 100 52 137 0 42 113 236 133 15
Binary 11 1000000 101010 1011111 0 100010 1001011 10011110 1011011 1101

Color Harmonies of #03402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03402A

Black with #03402A

Text Example


Text Example

White with #03402A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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