Html Css Color HEX #0BBB42 Dark Pastel Green

📋 copy color: '#0BBB42'

red 11 ◦ green 187 ◦ blue 66

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

Shades of Dark Pastel Green #0BBB42

Tints of Dark Pastel Green #0BBB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25%

R = 4.17%
G = 70.83%
B = 25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#0BBB42 (or 0x0BBB42) is known color: Dark Pastel Green. HEX triplet: 0B, BB and 42. RGB value is (11,187,66). Sum of RGB (Red+Green+Blue) = 11+187+66=264 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.17% from 264); Green value is 187 (73.44% from 255 or 70.83% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBB42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBB42 is #F444BD. Grayscale: #787878. Windows color (decimal): -16008382 or 4373259. OLE color: 4373259.

HSL color Cylindrical-coordinate representation of color #0BBB42: hue angle of 138.75º 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 #0BBB42 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 187 66 -
CMYK 0.94 0 0.65 0.27
HSL 138.75º 0.89% 0.39% -
HSV(B) 138.75º 0.94% 0.73% -
XYZ 18.89 36.01 11.11 -
YUV 120.58 97.19 49.84 -
System Red Green Blue C M Y K H S L
Decimal 11 187 66 0.94 0 0.65 0.27 138.75 0.89 0.39
Hex B BB 42 5E 0 41 1B 8B 59 27
Octal 13 273 102 136 0 101 33 213 131 47
Binary 1011 10111011 1000010 1011110 0 1000001 11011 10001011 1011001 100111

Color Harmonies of #0BBB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBB42

Black with #0BBB42

Text Example


Text Example

White with #0BBB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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