Html Css Color HEX #0BBB44 Dark Pastel Green

📋 copy color: '#0BBB44'

red 11 ◦ green 187 ◦ blue 68

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

Shades of Dark Pastel Green #0BBB44

Tints of Dark Pastel Green #0BBB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.56%

R = 4.14%
G = 70.3%
B = 25.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#0BBB44 (or 0x0BBB44) is known color: Dark Pastel Green. HEX triplet: 0B, BB and 44. RGB value is (11,187,68). Sum of RGB (Red+Green+Blue) = 11+187+68=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 187 (73.44% from 255 or 70.30% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBB44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBB44 is #F444BB. Grayscale: #797979. Windows color (decimal): -16008380 or 4504331. OLE color: 4504331.

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

Color convert

RGB 11 187 68 -
CMYK 0.94 0 0.64 0.27
HSL 139.43º 0.89% 0.39% -
HSV(B) 139.43º 0.94% 0.73% -
XYZ 18.95 36.03 11.42 -
YUV 120.81 98.19 49.68 -
System Red Green Blue C M Y K H S L
Decimal 11 187 68 0.94 0 0.64 0.27 139.43 0.89 0.39
Hex B BB 44 5E 0 40 1B 8B 59 27
Octal 13 273 104 136 0 100 33 213 131 47
Binary 1011 10111011 1000100 1011110 0 1000000 11011 10001011 1011001 100111

Color Harmonies of #0BBB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBB44

Black with #0BBB44

Text Example


Text Example

White with #0BBB44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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