Html Css Color HEX #0D3C29 British Racing Green

📋 copy color: '#0D3C29'

red 13 ◦ green 60 ◦ blue 41

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

Shades of British Racing Green #0D3C29

Tints of British Racing Green #0D3C29

RGB

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

 GREEN value IS 60 (23.83% from 255) = 52.63%

 BLUE value IS 41 (16.41% from 255) = 35.96%

R = 11.4%
G = 52.63%
B = 35.96%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.32

 K value IS 0.76

RGB Variations

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

Color information

#0D3C29 (or 0x0D3C29) is known color: British Racing Green. HEX triplet: 0D, 3C and 29. RGB value is (13,60,41). Sum of RGB (Red+Green+Blue) = 13+60+41=114 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.40% from 114); Green value is 60 (23.83% from 255 or 52.63% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 60 - color contains mainly: green. Hex color #0D3C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3C29 is #F2C3D6. Grayscale: #2B2B2B. Windows color (decimal): -15909847 or 2702349. OLE color: 2702349.

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

Color convert

RGB 13 60 41 -
CMYK 0.78 0 0.32 0.76
HSL 155.74º 0.64% 0.14% -
HSV(B) 155.74º 0.78% 0.24% -
XYZ 2.18 3.48 2.65 -
YUV 43.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 13 60 41 0.78 0 0.32 0.76 155.74 0.64 0.14
Hex D 3C 29 4E 0 20 4C 9C 40 E
Octal 15 74 51 116 0 40 114 234 100 16
Binary 1101 111100 101001 1001110 0 100000 1001100 10011100 1000000 1110

Color Harmonies of #0D3C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3C29

Black with #0D3C29

Text Example


Text Example

White with #0D3C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,60,41); }

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

background-color css

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

 a { background-color: rgb(13,60,41); }

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

border-color css

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

 span { border-color: rgb(13,60,41); }

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