Html Css Color HEX #03402B British Racing Green

📋 copy color: '#03402B'

red 3 ◦ green 64 ◦ blue 43

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

Shades of British Racing Green #03402B

Tints of British Racing Green #03402B

RGB

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

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

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

R = 2.73%
G = 58.18%
B = 39.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#03402B (or 0x03402B) is known color: British Racing Green. HEX triplet: 03, 40 and 2B. RGB value is (3,64,43). Sum of RGB (Red+Green+Blue) = 3+64+43=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #03402B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03402B is #FCBFD4. Grayscale: #2B2B2B. Windows color (decimal): -16564181 or 2834435. OLE color: 2834435.

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

Color convert

RGB 3 64 43 -
CMYK 0.95 0 0.33 0.75
HSL 159.34º 0.91% 0.13% -
HSV(B) 159.34º 0.95% 0.25% -
XYZ 2.31 3.86 2.91 -
YUV 43.37 127.79 99.21 -
System Red Green Blue C M Y K H S L
Decimal 3 64 43 0.95 0 0.33 0.75 159.34 0.91 0.13
Hex 3 40 2B 5F 0 21 4B 9F 5B D
Octal 3 100 53 137 0 41 113 237 133 15
Binary 11 1000000 101011 1011111 0 100001 1001011 10011111 1011011 1101

Color Harmonies of #03402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03402B

Black with #03402B

Text Example


Text Example

White with #03402B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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