Html Css Color HEX #0DBC2C Dark Pastel Green

📋 copy color: '#0DBC2C'

red 13 ◦ green 188 ◦ blue 44

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

Shades of Dark Pastel Green #0DBC2C

Tints of Dark Pastel Green #0DBC2C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 76.73%

 BLUE value IS 44 (17.58% from 255) = 17.96%

R = 5.31%
G = 76.73%
B = 17.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#0DBC2C (or 0x0DBC2C) is known color: Dark Pastel Green. HEX triplet: 0D, BC and 2C. RGB value is (13,188,44). Sum of RGB (Red+Green+Blue) = 13+188+44=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 188 (73.83% from 255 or 76.73% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBC2C is #F243D3. Grayscale: #777777. Windows color (decimal): -15877076 or 2931725. OLE color: 2931725.

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

Color convert

RGB 13 188 44 -
CMYK 0.93 0 0.77 0.26
HSL 130.63º 0.87% 0.39% -
HSV(B) 130.63º 0.93% 0.74% -
XYZ 18.6 36.23 8.4 -
YUV 119.26 85.52 52.21 -
System Red Green Blue C M Y K H S L
Decimal 13 188 44 0.93 0 0.77 0.26 130.63 0.87 0.39
Hex D BC 2C 5D 0 4D 1A 83 57 27
Octal 15 274 54 135 0 115 32 203 127 47
Binary 1101 10111100 101100 1011101 0 1001101 11010 10000011 1010111 100111

Color Harmonies of #0DBC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBC2C

Black with #0DBC2C

Text Example


Text Example

White with #0DBC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,188,44); }

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

background-color css

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

 a { background-color: rgb(13,188,44); }

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

border-color css

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

 span { border-color: rgb(13,188,44); }

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