Html Css Color HEX #0D9B2B Forest Green

📋 copy color: '#0D9B2B'

red 13 ◦ green 155 ◦ blue 43

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

Shades of Forest Green #0D9B2B

Tints of Forest Green #0D9B2B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 73.46%

 BLUE value IS 43 (17.19% from 255) = 20.38%

R = 6.16%
G = 73.46%
B = 20.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#0D9B2B (or 0x0D9B2B) is known color: Forest Green. HEX triplet: 0D, 9B and 2B. RGB value is (13,155,43). Sum of RGB (Red+Green+Blue) = 13+155+43=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 155 (60.94% from 255 or 73.46% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 155 - color contains mainly: green. Hex color #0D9B2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9B2B is #F264D4. Grayscale: #646464. Windows color (decimal): -15885525 or 2857741. OLE color: 2857741.

HSL color Cylindrical-coordinate representation of color #0D9B2B: hue angle of 132.68º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9B2B is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 13 155 43 -
CMYK 0.92 0 0.72 0.39
HSL 132.68º 0.85% 0.33% -
HSV(B) 132.68º 0.92% 0.61% -
XYZ 12.32 23.7 6.21 -
YUV 99.77 95.96 66.11 -
System Red Green Blue C M Y K H S L
Decimal 13 155 43 0.92 0 0.72 0.39 132.68 0.85 0.33
Hex D 9B 2B 5C 0 48 27 85 55 21
Octal 15 233 53 134 0 110 47 205 125 41
Binary 1101 10011011 101011 1011100 0 1001000 100111 10000101 1010101 100001

Color Harmonies of #0D9B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9B2B

Black with #0D9B2B

Text Example


Text Example

White with #0D9B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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