#0BA42E

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

Shades of Dark Pastel Green #0BA42E

Tints of Dark Pastel Green #0BA42E

Color information

#0BA42E (or 0x0BA42E) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, A4 and 2E. RGB value is (11,164,46). Sum of RGB (Red+Green+Blue) = 11+164+46=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 164 (64.45% from 255 or 74.21% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 164 - color contains mainly: green. Hex color #0BA42E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA42E is #F45BD1. Grayscale: #696969. Windows color (decimal): -16014290 or 3056651. OLE color: 3056651.

HSL color Cylindrical-coordinate representation of color #0BA42E: hue angle of 133.73º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA42E is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB1116446-
CMYK0.9300.720.36
HSL133.73º87.43%34.31%-
HSV(B)133.73º93.29%64.31%-
XYZ13.9126.827.03-
YUV104.894.8161.09-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.98%
GREEN value IS 164 (64.45% from 255) = 74.21%
BLUE value IS 46 (18.36% from 255) = 20.81%
R=4.98%
G=74.21%
B=20.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11164460.9300.720.36133.7387.4334.31
HexBA42E5D04824865722
Octal132445613501104420612742
Binary101110100100101110101110101001000100100100001101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,164,46); }

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

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

 a { background-color: rgb(11,164,46); }

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

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

 span { border-color: rgb(11,164,46); }

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