Html Css Color HEX #0D3B24 British Racing Green

📋 copy color: '#0D3B24'

red 13 ◦ green 59 ◦ blue 36

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

Shades of British Racing Green #0D3B24

Tints of British Racing Green #0D3B24

RGB

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

 GREEN value IS 59 (23.44% from 255) = 54.63%

 BLUE value IS 36 (14.45% from 255) = 33.33%

R = 12.04%
G = 54.63%
B = 33.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.39

 K value IS 0.77

RGB Variations

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

Color information

#0D3B24 (or 0x0D3B24) is known color: British Racing Green. HEX triplet: 0D, 3B and 24. RGB value is (13,59,36). Sum of RGB (Red+Green+Blue) = 13+59+36=108 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.04% from 108); Green value is 59 (23.44% from 255 or 54.63% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 59 - color contains mainly: green. Hex color #0D3B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3B24 is #F2C4DB. Grayscale: #2A2A2A. Windows color (decimal): -15910108 or 2374413. OLE color: 2374413.

HSL color Cylindrical-coordinate representation of color #0D3B24: hue angle of 150º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D3B24 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.77.

Color convert

RGB 13 59 36 -
CMYK 0.78 0 0.39 0.77
HSL 150º 0.64% 0.14% -
HSV(B) 150º 0.78% 0.23% -
XYZ 2.05 3.34 2.21 -
YUV 42.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 13 59 36 0.78 0 0.39 0.77 150 0.64 0.14
Hex D 3B 24 4E 0 27 4D 96 40 E
Octal 15 73 44 116 0 47 115 226 100 16
Binary 1101 111011 100100 1001110 0 100111 1001101 10010110 1000000 1110

Color Harmonies of #0D3B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3B24

Black with #0D3B24

Text Example


Text Example

White with #0D3B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,59,36); }

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

background-color css

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

 a { background-color: rgb(13,59,36); }

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

border-color css

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

 span { border-color: rgb(13,59,36); }

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