Html Css Color HEX #0D3F28 British Racing Green

📋 copy color: '#0D3F28'

red 13 ◦ green 63 ◦ blue 40

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

Shades of British Racing Green #0D3F28

Tints of British Racing Green #0D3F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 34.48%

R = 11.21%
G = 54.31%
B = 34.48%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#0D3F28 (or 0x0D3F28) is known color: British Racing Green. HEX triplet: 0D, 3F and 28. RGB value is (13,63,40). Sum of RGB (Red+Green+Blue) = 13+63+40=116 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.21% from 116); Green value is 63 (25% from 255 or 54.31% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 63 - color contains mainly: green. Hex color #0D3F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3F28 is #F2C0D7. Grayscale: #2D2D2D. Windows color (decimal): -15909080 or 2637581. OLE color: 2637581.

HSL color Cylindrical-coordinate representation of color #0D3F28: hue angle of 152.4º 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 #0D3F28 is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 13 63 40 -
CMYK 0.79 0 0.37 0.75
HSL 152.4º 0.66% 0.15% -
HSV(B) 152.4º 0.79% 0.25% -
XYZ 2.33 3.79 2.62 -
YUV 45.43 124.94 104.87 -
System Red Green Blue C M Y K H S L
Decimal 13 63 40 0.79 0 0.37 0.75 152.4 0.66 0.15
Hex D 3F 28 4F 0 25 4B 98 42 F
Octal 15 77 50 117 0 45 113 230 102 17
Binary 1101 111111 101000 1001111 0 100101 1001011 10011000 1000010 1111

Color Harmonies of #0D3F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3F28

Black with #0D3F28

Text Example


Text Example

White with #0D3F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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