Html Css Color HEX #08BA2A Dark Pastel Green

📋 copy color: '#08BA2A'

red 8 ◦ green 186 ◦ blue 42

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

Shades of Dark Pastel Green #08BA2A

Tints of Dark Pastel Green #08BA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.8%

R = 3.39%
G = 78.81%
B = 17.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#08BA2A (or 0x08BA2A) is known color: Dark Pastel Green. HEX triplet: 08, BA and 2A. RGB value is (8,186,42). Sum of RGB (Red+Green+Blue) = 8+186+42=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 186 (73.05% from 255 or 78.81% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BA2A is #F745D5. Grayscale: #747474. Windows color (decimal): -16205270 or 2800136. OLE color: 2800136.

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

Color convert

RGB 8 186 42 -
CMYK 0.96 0 0.77 0.27
HSL 131.46º 0.92% 0.38% -
HSV(B) 131.46º 0.96% 0.73% -
XYZ 18.08 35.34 8.06 -
YUV 116.36 86.03 50.71 -
System Red Green Blue C M Y K H S L
Decimal 8 186 42 0.96 0 0.77 0.27 131.46 0.92 0.38
Hex 8 BA 2A 60 0 4D 1B 83 5C 26
Octal 10 272 52 140 0 115 33 203 134 46
Binary 1000 10111010 101010 1100000 0 1001101 11011 10000011 1011100 100110

Color Harmonies of #08BA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BA2A

Black with #08BA2A

Text Example


Text Example

White with #08BA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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