Html Css Color HEX #03402D British Racing Green

📋 copy color: '#03402D'

red 3 ◦ green 64 ◦ blue 45

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

Shades of British Racing Green #03402D

Tints of British Racing Green #03402D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 40.18%

R = 2.68%
G = 57.14%
B = 40.18%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#03402D (or 0x03402D) is known color: British Racing Green. HEX triplet: 03, 40 and 2D. RGB value is (3,64,45). Sum of RGB (Red+Green+Blue) = 3+64+45=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #03402D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03402D is #FCBFD2. Grayscale: #2B2B2B. Windows color (decimal): -16564179 or 2965507. OLE color: 2965507.

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

Color convert

RGB 3 64 45 -
CMYK 0.95 0 0.30 0.75
HSL 161.31º 0.91% 0.13% -
HSV(B) 161.31º 0.95% 0.25% -
XYZ 2.34 3.88 3.11 -
YUV 43.6 128.79 99.04 -
System Red Green Blue C M Y K H S L
Decimal 3 64 45 0.95 0 0.30 0.75 161.31 0.91 0.13
Hex 3 40 2D 5F 0 1E 4B A1 5B D
Octal 3 100 55 137 0 36 113 241 133 15
Binary 11 1000000 101101 1011111 0 11110 1001011 10100001 1011011 1101

Color Harmonies of #03402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03402D

Black with #03402D

Text Example


Text Example

White with #03402D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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