Html Css Color HEX #0D2619 Dark Green

📋 copy color: '#0D2619'

red 13 ◦ green 38 ◦ blue 25

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

Shades of Dark Green #0D2619

Tints of Dark Green #0D2619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 50%

 BLUE value IS 25 (10.16% from 255) = 32.89%

R = 17.11%
G = 50%
B = 32.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.85

RGB Variations

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

Color information

#0D2619 (or 0x0D2619) is known color: Dark Green. HEX triplet: 0D, 26 and 19. RGB value is (13,38,25). Sum of RGB (Red+Green+Blue) = 13+38+25=76 (10% of max value = 765). Red value is 13 (5.47% from 255 or 17.11% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #0D2619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2619 is #F2D9E6. Grayscale: #1D1D1D. Windows color (decimal): -15915495 or 1648141. OLE color: 1648141.

HSL color Cylindrical-coordinate representation of color #0D2619: hue angle of 148.8º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0D2619 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.85.

Color convert

RGB 13 38 25 -
CMYK 0.66 0 0.34 0.85
HSL 148.8º 0.49% 0.1% -
HSV(B) 148.8º 0.66% 0.15% -
XYZ 1.03 1.54 1.16 -
YUV 29.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 13 38 25 0.66 0 0.34 0.85 148.8 0.49 0.1
Hex D 26 19 42 0 22 55 95 31 A
Octal 15 46 31 102 0 42 125 225 61 12
Binary 1101 100110 11001 1000010 0 100010 1010101 10010101 110001 1010

Color Harmonies of #0D2619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2619

Black with #0D2619

Text Example


Text Example

White with #0D2619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,38,25); }

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

background-color css

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

 a { background-color: rgb(13,38,25); }

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

border-color css

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

 span { border-color: rgb(13,38,25); }

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