Html Css Color HEX #0DCF2F Dark Pastel Green

📋 copy color: '#0DCF2F'

red 13 ◦ green 207 ◦ blue 47

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

Shades of Dark Pastel Green #0DCF2F

Tints of Dark Pastel Green #0DCF2F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 77.53%

 BLUE value IS 47 (18.75% from 255) = 17.6%

R = 4.87%
G = 77.53%
B = 17.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#0DCF2F (or 0x0DCF2F) is known color: Dark Pastel Green. HEX triplet: 0D, CF and 2F. RGB value is (13,207,47). Sum of RGB (Red+Green+Blue) = 13+207+47=267 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.87% from 267); Green value is 207 (81.25% from 255 or 77.53% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCF2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCF2F is #F230D0. Grayscale: #838383. Windows color (decimal): -15872209 or 3133197. OLE color: 3133197.

HSL color Cylindrical-coordinate representation of color #0DCF2F: hue angle of 130.52º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCF2F is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 207 47 -
CMYK 0.94 0 0.77 0.19
HSL 130.52º 0.88% 0.43% -
HSV(B) 130.52º 0.94% 0.81% -
XYZ 22.99 44.92 10.15 -
YUV 130.75 80.73 44.01 -
System Red Green Blue C M Y K H S L
Decimal 13 207 47 0.94 0 0.77 0.19 130.52 0.88 0.43
Hex D CF 2F 5E 0 4D 13 83 58 2B
Octal 15 317 57 136 0 115 23 203 130 53
Binary 1101 11001111 101111 1011110 0 1001101 10011 10000011 1011000 101011

Color Harmonies of #0DCF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCF2F

Black with #0DCF2F

Text Example


Text Example

White with #0DCF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,207,47); }

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

background-color css

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

 a { background-color: rgb(13,207,47); }

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

border-color css

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

 span { border-color: rgb(13,207,47); }

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