Html Css Color HEX #0D2B23 Dark Green

📋 copy color: '#0D2B23'

red 13 ◦ green 43 ◦ blue 35

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

Shades of Dark Green #0D2B23

Tints of Dark Green #0D2B23

RGB

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

 GREEN value IS 43 (17.19% from 255) = 47.25%

 BLUE value IS 35 (14.06% from 255) = 38.46%

R = 14.29%
G = 47.25%
B = 38.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.19

 K value IS 0.83

RGB Variations

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

Color information

#0D2B23 (or 0x0D2B23) is known color: Dark Green. HEX triplet: 0D, 2B and 23. RGB value is (13,43,35). Sum of RGB (Red+Green+Blue) = 13+43+35=91 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.29% from 91); Green value is 43 (17.19% from 255 or 47.25% from 91); Blue value is 35 (14.06% from 255 or 38.46% from 91); Max value from RGB is 43 - color contains mainly: green. Hex color #0D2B23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2B23 is #F2D4DC. Grayscale: #212121. Windows color (decimal): -15914205 or 2304781. OLE color: 2304781.

HSL color Cylindrical-coordinate representation of color #0D2B23: hue angle of 164º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D2B23 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.83.

Color convert

RGB 13 43 35 -
CMYK 0.70 0 0.19 0.83
HSL 164º 0.54% 0.11% -
HSV(B) 164º 0.7% 0.17% -
XYZ 1.33 1.93 1.89 -
YUV 33.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 13 43 35 0.70 0 0.19 0.83 164 0.54 0.11
Hex D 2B 23 46 0 13 53 A4 36 B
Octal 15 53 43 106 0 23 123 244 66 13
Binary 1101 101011 100011 1000110 0 10011 1010011 10100100 110110 1011

Color Harmonies of #0D2B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2B23

Black with #0D2B23

Text Example


Text Example

White with #0D2B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,43,35); }

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

background-color css

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

 a { background-color: rgb(13,43,35); }

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

border-color css

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

 span { border-color: rgb(13,43,35); }

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