#0CBF28

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

Shades of Dark Pastel Green #0CBF28

Tints of Dark Pastel Green #0CBF28

Color information

#0CBF28 (or 0x0CBF28) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, BF and 28. RGB value is (12,191,40). Sum of RGB (Red+Green+Blue) = 12+191+40=243 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.94% from 243); Green value is 191 (75% from 255 or 78.60% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBF28 is #F340D7. Grayscale: #787878. Windows color (decimal): -15941848 or 2670348. OLE color: 2670348.

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

Color convert

RGB1219140-
CMYK0.9400.790.25
HSL129.39º88.18%39.8%-
HSV(B)129.39º93.72%74.9%-
XYZ19.1737.498.23-
YUV120.2682.750.78-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.94%
GREEN value IS 191 (75% from 255) = 78.60%
BLUE value IS 40 (16.02% from 255) = 16.46%
R=4.94%
G=78.60%
B=16.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12191400.9400.790.25129.3988.1839.8
HexCBF285E04F19815828
Octal142775013601173120113050
Binary11001011111110100010111100100111111001100000011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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