Html Css Color HEX #0DB83C Dark Pastel Green

📋 copy color: '#0DB83C'

red 13 ◦ green 184 ◦ blue 60

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

Shades of Dark Pastel Green #0DB83C

Tints of Dark Pastel Green #0DB83C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 71.6%

 BLUE value IS 60 (23.83% from 255) = 23.35%

R = 5.06%
G = 71.6%
B = 23.35%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#0DB83C (or 0x0DB83C) is known color: Dark Pastel Green. HEX triplet: 0D, B8 and 3C. RGB value is (13,184,60). Sum of RGB (Red+Green+Blue) = 13+184+60=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 184 (72.27% from 255 or 71.60% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB83C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB83C is #F247C3. Grayscale: #777777. Windows color (decimal): -15878084 or 3979277. OLE color: 3979277.

HSL color Cylindrical-coordinate representation of color #0DB83C: hue angle of 136.49º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB83C is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 13 184 60 -
CMYK 0.93 0 0.67 0.28
HSL 136.49º 0.87% 0.39% -
HSV(B) 136.49º 0.93% 0.72% -
XYZ 18.12 34.69 10.02 -
YUV 118.74 94.85 52.58 -
System Red Green Blue C M Y K H S L
Decimal 13 184 60 0.93 0 0.67 0.28 136.49 0.87 0.39
Hex D B8 3C 5D 0 43 1C 88 57 27
Octal 15 270 74 135 0 103 34 210 127 47
Binary 1101 10111000 111100 1011101 0 1000011 11100 10001000 1010111 100111

Color Harmonies of #0DB83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB83C

Black with #0DB83C

Text Example


Text Example

White with #0DB83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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