#08BA2B

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

Shades of Dark Pastel Green #08BA2B

Tints of Dark Pastel Green #08BA2B

Color information

#08BA2B (or 0x08BA2B) is unknown color: approx Dark Pastel Green. HEX triplet: 08, BA and 2B. RGB value is (8,186,43). Sum of RGB (Red+Green+Blue) = 8+186+43=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 186 (73.05% from 255 or 78.48% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BA2B is #F745D4. Grayscale: #747474. Windows color (decimal): -16205269 or 2865672. OLE color: 2865672.

HSL color Cylindrical-coordinate representation of color #08BA2B: hue angle of 131.8º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BA2B is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB818643-
CMYK0.9600.770.27
HSL131.8º91.75%38.04%-
HSV(B)131.8º95.7%72.94%-
XYZ18.135.348.15-
YUV116.4886.5350.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.38%
GREEN value IS 186 (73.05% from 255) = 78.48%
BLUE value IS 43 (17.19% from 255) = 18.14%
R=3.38%
G=78.48%
B=18.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8186430.9600.770.27131.891.7538.04
Hex8BA2B6004D1B845c26
Octal102725314001153320413446
Binary10001011101010101111000000100110111011100001001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08BA2B; }

 p { color: rgb(8,186,43); }

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

<style>
 a { background-color: #08BA2B; }

 a { background-color: rgb(8,186,43); }

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

<style>
 span { border-color: #08BA2B; }

 span { border-color: rgb(8,186,43); }

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