Html Css Color HEX #0DC634 Dark Pastel Green

📋 copy color: '#0DC634'

red 13 ◦ green 198 ◦ blue 52

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

Shades of Dark Pastel Green #0DC634

Tints of Dark Pastel Green #0DC634

RGB

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

 GREEN value IS 198 (77.73% from 255) = 75.29%

 BLUE value IS 52 (20.7% from 255) = 19.77%

R = 4.94%
G = 75.29%
B = 19.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#0DC634 (or 0x0DC634) is known color: Dark Pastel Green. HEX triplet: 0D, C6 and 34. RGB value is (13,198,52). Sum of RGB (Red+Green+Blue) = 13+198+52=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 198 (77.73% from 255 or 75.29% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC634 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC634 is #F239CB. Grayscale: #7E7E7E. Windows color (decimal): -15874508 or 3458573. OLE color: 3458573.

HSL color Cylindrical-coordinate representation of color #0DC634: hue angle of 132.65º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC634 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 13 198 52 -
CMYK 0.93 0 0.74 0.22
HSL 132.65º 0.88% 0.41% -
HSV(B) 132.65º 0.93% 0.78% -
XYZ 20.98 40.72 10 -
YUV 126.04 86.21 47.37 -
System Red Green Blue C M Y K H S L
Decimal 13 198 52 0.93 0 0.74 0.22 132.65 0.88 0.41
Hex D C6 34 5D 0 4A 16 85 58 29
Octal 15 306 64 135 0 112 26 205 130 51
Binary 1101 11000110 110100 1011101 0 1001010 10110 10000101 1011000 101001

Color Harmonies of #0DC634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC634

Black with #0DC634

Text Example


Text Example

White with #0DC634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,198,52); }

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

background-color css

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

 a { background-color: rgb(13,198,52); }

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

border-color css

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

 span { border-color: rgb(13,198,52); }

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