Html Css Color HEX #0BBB3A Dark Pastel Green

📋 copy color: '#0BBB3A'

red 11 ◦ green 187 ◦ blue 58

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

Shades of Dark Pastel Green #0BBB3A

Tints of Dark Pastel Green #0BBB3A

RGB

 RED value IS 11 (4.69% from 255) = 4.3%

 GREEN value IS 187 (73.44% from 255) = 73.05%

 BLUE value IS 58 (23.05% from 255) = 22.66%

R = 4.3%
G = 73.05%
B = 22.66%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#0BBB3A (or 0x0BBB3A) is known color: Dark Pastel Green. HEX triplet: 0B, BB and 3A. RGB value is (11,187,58). Sum of RGB (Red+Green+Blue) = 11+187+58=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 187 (73.44% from 255 or 73.05% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBB3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBB3A is #F444C5. Grayscale: #787878. Windows color (decimal): -16008390 or 3848971. OLE color: 3848971.

HSL color Cylindrical-coordinate representation of color #0BBB3A: hue angle of 136.02º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBB3A is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 187 58 -
CMYK 0.94 0 0.69 0.27
HSL 136.02º 0.89% 0.39% -
HSV(B) 136.02º 0.94% 0.73% -
XYZ 18.67 35.92 9.95 -
YUV 119.67 93.19 50.49 -
System Red Green Blue C M Y K H S L
Decimal 11 187 58 0.94 0 0.69 0.27 136.02 0.89 0.39
Hex B BB 3A 5E 0 45 1B 88 59 27
Octal 13 273 72 136 0 105 33 210 131 47
Binary 1011 10111011 111010 1011110 0 1000101 11011 10001000 1011001 100111

Color Harmonies of #0BBB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBB3A

Black with #0BBB3A

Text Example


Text Example

White with #0BBB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,187,58); }

 H1.HeaderClassName
 {
   color: #0BBB3A;
 }
 .AnyTagClassName
 {
   color: #0BBB3A;
 }
</style>

background-color css

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

 a { background-color: rgb(11,187,58); }

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

border-color css

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

 span { border-color: rgb(11,187,58); }

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