Html Css Color HEX #08BA3B Dark Pastel Green

📋 copy color: '#08BA3B'

red 8 ◦ green 186 ◦ blue 59

#08BA3B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #08BA3B

Tints of Dark Pastel Green #08BA3B

RGB

 RED value IS 8 (3.52% from 255) = 3.16%

 GREEN value IS 186 (73.05% from 255) = 73.52%

 BLUE value IS 59 (23.44% from 255) = 23.32%

R = 3.16%
G = 73.52%
B = 23.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#08BA3B (or 0x08BA3B) is known color: Dark Pastel Green. HEX triplet: 08, BA and 3B. RGB value is (8,186,59). Sum of RGB (Red+Green+Blue) = 8+186+59=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 186 (73.05% from 255 or 73.52% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BA3B is #F745C4. Grayscale: #767676. Windows color (decimal): -16205253 or 3914248. OLE color: 3914248.

HSL color Cylindrical-coordinate representation of color #08BA3B: hue angle of 137.19º 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 #08BA3B is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 186 59 -
CMYK 0.96 0 0.68 0.27
HSL 137.19º 0.92% 0.38% -
HSV(B) 137.19º 0.96% 0.73% -
XYZ 18.45 35.49 10.01 -
YUV 118.3 94.53 49.33 -
System Red Green Blue C M Y K H S L
Decimal 8 186 59 0.96 0 0.68 0.27 137.19 0.92 0.38
Hex 8 BA 3B 60 0 44 1B 89 5C 26
Octal 10 272 73 140 0 104 33 211 134 46
Binary 1000 10111010 111011 1100000 0 1000100 11011 10001001 1011100 100110

Color Harmonies of #08BA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BA3B

Black with #08BA3B

Text Example


Text Example

White with #08BA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08BA3B;
 }
 .AnyTagClassName
 {
   color: #08BA3B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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