Html Css Color HEX #0CDB2F Dark Pastel Green

📋 copy color: '#0CDB2F'

red 12 ◦ green 219 ◦ blue 47

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

Shades of Dark Pastel Green #0CDB2F

Tints of Dark Pastel Green #0CDB2F

RGB

 RED value IS 12 (5.08% from 255) = 4.32%

 GREEN value IS 219 (85.94% from 255) = 78.78%

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

R = 4.32%
G = 78.78%
B = 16.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#0CDB2F (or 0x0CDB2F) is known color: Dark Pastel Green. HEX triplet: 0C, DB and 2F. RGB value is (12,219,47). Sum of RGB (Red+Green+Blue) = 12+219+47=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 219 (85.94% from 255 or 78.78% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDB2F is #F324D0. Grayscale: #898989. Windows color (decimal): -15934673 or 3136268. OLE color: 3136268.

HSL color Cylindrical-coordinate representation of color #0CDB2F: hue angle of 130.14º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDB2F is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 219 47 -
CMYK 0.95 0 0.79 0.14
HSL 130.14º 0.9% 0.45% -
HSV(B) 130.14º 0.95% 0.86% -
XYZ 26 50.95 11.15 -
YUV 137.5 76.92 38.49 -
System Red Green Blue C M Y K H S L
Decimal 12 219 47 0.95 0 0.79 0.14 130.14 0.9 0.45
Hex C DB 2F 5F 0 4F E 82 5A 2D
Octal 14 333 57 137 0 117 16 202 132 55
Binary 1100 11011011 101111 1011111 0 1001111 1110 10000010 1011010 101101

Color Harmonies of #0CDB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDB2F

Black with #0CDB2F

Text Example


Text Example

White with #0CDB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,219,47); }

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

background-color css

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

 a { background-color: rgb(12,219,47); }

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

border-color css

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

 span { border-color: rgb(12,219,47); }

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