Html Css Color HEX #003D2B British Racing Green

📋 copy color: '#003D2B'

red 0 ◦ green 61 ◦ blue 43

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

Shades of British Racing Green #003D2B

Tints of British Racing Green #003D2B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 61 (24.22% from 255) = 58.65%

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

R = 0%
G = 58.65%
B = 41.35%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.30

 K value IS 0.76

RGB Variations

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

Color information

#003D2B (or 0x003D2B) is known color: British Racing Green. HEX triplet: 00, 3D and 2B. RGB value is (0,61,43). Sum of RGB (Red+Green+Blue) = 0+61+43=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 61 (24.22% from 255 or 58.65% from 104); Blue value is 43 (17.19% from 255 or 41.35% from 104); Max value from RGB is 61 - color contains mainly: green. Hex color #003D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D2B is #FFC2D4. Grayscale: #282828. Windows color (decimal): -16761557 or 2833664. OLE color: 2833664.

HSL color Cylindrical-coordinate representation of color #003D2B: hue angle of 162.3º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D2B is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 61 43 -
CMYK 1 0 0.30 0.76
HSL 162.3º 1% 0.12% -
HSV(B) 162.3º 1% 0.24% -
XYZ 2.1 3.51 2.85 -
YUV 40.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 0 61 43 1 0 0.30 0.76 162.3 1 0.12
Hex 0 3D 2B 64 0 1E 4C A2 64 C
Octal 0 75 53 144 0 36 114 242 144 14
Binary 0 111101 101011 1100100 0 11110 1001100 10100010 1100100 1100

Color Harmonies of #003D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D2B

Black with #003D2B

Text Example


Text Example

White with #003D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003D2B; }

 p { color: rgb(0,61,43); }

 H1.HeaderClassName
 {
   color: #003D2B;
 }
 .AnyTagClassName
 {
   color: #003D2B;
 }
</style>

background-color css

<style>
 a { background-color: #003D2B; }

 a { background-color: rgb(0,61,43); }

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

border-color css

<style>
 span { border-color: #003D2B; }

 span { border-color: rgb(0,61,43); }

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