#0FB433

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

Shades of Dark Pastel Green #0FB433

Tints of Dark Pastel Green #0FB433

Color information

#0FB433 (or 0x0FB433) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, B4 and 33. RGB value is (15,180,51). Sum of RGB (Red+Green+Blue) = 15+180+51=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 180 (70.70% from 255 or 73.17% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB433 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB433 is #F04BCC. Grayscale: #747474. Windows color (decimal): -15748045 or 3388431. OLE color: 3388431.

HSL color Cylindrical-coordinate representation of color #0FB433: hue angle of 133.09º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB433 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB1518051-
CMYK0.9200.720.29
HSL133.09º84.62%38.24%-
HSV(B)133.09º91.67%70.59%-
XYZ17.1232.988.6-
YUV115.9691.3455.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.10%
GREEN value IS 180 (70.70% from 255) = 73.17%
BLUE value IS 51 (20.31% from 255) = 20.73%
R=6.10%
G=73.17%
B=20.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15180510.9200.720.29133.0984.6238.24
HexFB4335C0481D855526
Octal172646313401103520512546
Binary11111011010011001110111000100100011101100001011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,180,51); }

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

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

 a { background-color: rgb(15,180,51); }

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

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

 span { border-color: rgb(15,180,51); }

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