#0CBF47

Color #0CBF47 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0CBF47

Tints of Dark Pastel Green #0CBF47

Color information

#0CBF47 (or 0x0CBF47) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, BF and 47. RGB value is (12,191,71). Sum of RGB (Red+Green+Blue) = 12+191+71=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 191 (75% from 255 or 69.71% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBF47 is #F340B8. Grayscale: #7C7C7C. Windows color (decimal): -15941817 or 4701964. OLE color: 4701964.

HSL color Cylindrical-coordinate representation of color #0CBF47: hue angle of 139.78º 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 #0CBF47 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB1219171-
CMYK0.9400.630.25
HSL139.78º88.18%39.8%-
HSV(B)139.78º93.72%74.9%-
XYZ19.9237.7912.21-
YUV123.898.248.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.38%
GREEN value IS 191 (75% from 255) = 69.71%
BLUE value IS 71 (28.12% from 255) = 25.91%
R=4.38%
G=69.71%
B=25.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12191710.9400.630.25139.7888.1839.8
HexCBF475E03F198c5828
Octal142771071360773121413050
Binary11001011111110001111011110011111111001100011001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0CBF47;
 }
 .AnyTagClassName
 {
   color: #0CBF47;
 }
</style>
background-color css

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

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

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

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

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

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