#0FCB34

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

Shades of Dark Pastel Green #0FCB34

Tints of Dark Pastel Green #0FCB34

Color information

#0FCB34 (or 0x0FCB34) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, CB and 34. RGB value is (15,203,52). Sum of RGB (Red+Green+Blue) = 15+203+52=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 203 (79.69% from 255 or 75.19% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCB34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCB34 is #F034CB. Grayscale: #818181. Windows color (decimal): -15742156 or 3459855. OLE color: 3459855.

HSL color Cylindrical-coordinate representation of color #0FCB34: hue angle of 131.81º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCB34 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB1520352-
CMYK0.9300.740.20
HSL131.81º86.24%42.75%-
HSV(B)131.81º92.61%79.61%-
XYZ22.1743.0610.39-
YUV129.5784.2246.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.56%
GREEN value IS 203 (79.69% from 255) = 75.19%
BLUE value IS 52 (20.70% from 255) = 19.26%
R=5.56%
G=75.19%
B=19.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal15203520.9300.740.20131.8186.2442.75
HexFCB345D04A1484562b
Octal173136413501122420412653
Binary11111100101111010010111010100101010100100001001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FCB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,203,52); }

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

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

 a { background-color: rgb(15,203,52); }

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

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

 span { border-color: rgb(15,203,52); }

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