Html Css Color HEX #0CBF1C Dark Pastel Green

📋 copy color: '#0CBF1C'

red 12 ◦ green 191 ◦ blue 28

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

Shades of Dark Pastel Green #0CBF1C

Tints of Dark Pastel Green #0CBF1C

RGB

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

 GREEN value IS 191 (75% from 255) = 82.68%

 BLUE value IS 28 (11.33% from 255) = 12.12%

R = 5.19%
G = 82.68%
B = 12.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#0CBF1C (or 0x0CBF1C) is known color: Dark Pastel Green. HEX triplet: 0C, BF and 1C. RGB value is (12,191,28). Sum of RGB (Red+Green+Blue) = 12+191+28=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 191 (75% from 255 or 82.68% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBF1C is #F340E3. Grayscale: #777777. Windows color (decimal): -15941860 or 1883916. OLE color: 1883916.

HSL color Cylindrical-coordinate representation of color #0CBF1C: hue angle of 125.36º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBF1C is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 191 28 -
CMYK 0.94 0 0.85 0.25
HSL 125.36º 0.88% 0.4% -
HSV(B) 125.36º 0.94% 0.75% -
XYZ 18.99 37.42 7.32 -
YUV 118.9 76.7 51.75 -
System Red Green Blue C M Y K H S L
Decimal 12 191 28 0.94 0 0.85 0.25 125.36 0.88 0.4
Hex C BF 1C 5E 0 55 19 7D 58 28
Octal 14 277 34 136 0 125 31 175 130 50
Binary 1100 10111111 11100 1011110 0 1010101 11001 1111101 1011000 101000

Color Harmonies of #0CBF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBF1C

Black with #0CBF1C

Text Example


Text Example

White with #0CBF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,191,28); }

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

background-color css

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

 a { background-color: rgb(12,191,28); }

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

border-color css

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

 span { border-color: rgb(12,191,28); }

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