Html Css Color HEX #0D3F2A British Racing Green

📋 copy color: '#0D3F2A'

red 13 ◦ green 63 ◦ blue 42

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

Shades of British Racing Green #0D3F2A

Tints of British Racing Green #0D3F2A

RGB

 RED value IS 13 (5.47% from 255) = 11.02%

 GREEN value IS 63 (25% from 255) = 53.39%

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

R = 11.02%
G = 53.39%
B = 35.59%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#0D3F2A (or 0x0D3F2A) is known color: British Racing Green. HEX triplet: 0D, 3F and 2A. RGB value is (13,63,42). Sum of RGB (Red+Green+Blue) = 13+63+42=118 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.02% from 118); Green value is 63 (25% from 255 or 53.39% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 63 - color contains mainly: green. Hex color #0D3F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3F2A is #F2C0D5. Grayscale: #2D2D2D. Windows color (decimal): -15909078 or 2768653. OLE color: 2768653.

HSL color Cylindrical-coordinate representation of color #0D3F2A: hue angle of 154.8º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D3F2A is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB 13 63 42 -
CMYK 0.79 0 0.33 0.75
HSL 154.8º 0.66% 0.15% -
HSV(B) 154.8º 0.79% 0.25% -
XYZ 2.36 3.81 2.8 -
YUV 45.66 125.94 104.71 -
System Red Green Blue C M Y K H S L
Decimal 13 63 42 0.79 0 0.33 0.75 154.8 0.66 0.15
Hex D 3F 2A 4F 0 21 4B 9B 42 F
Octal 15 77 52 117 0 41 113 233 102 17
Binary 1101 111111 101010 1001111 0 100001 1001011 10011011 1000010 1111

Color Harmonies of #0D3F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3F2A

Black with #0D3F2A

Text Example


Text Example

White with #0D3F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D3F2A; }

 p { color: rgb(13,63,42); }

 H1.HeaderClassName
 {
   color: #0D3F2A;
 }
 .AnyTagClassName
 {
   color: #0D3F2A;
 }
</style>

background-color css

<style>
 a { background-color: #0D3F2A; }

 a { background-color: rgb(13,63,42); }

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

border-color css

<style>
 span { border-color: #0D3F2A; }

 span { border-color: rgb(13,63,42); }

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