Html Css Color HEX #0BB441 Dark Pastel Green

📋 copy color: '#0BB441'

red 11 ◦ green 180 ◦ blue 65

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

Shades of Dark Pastel Green #0BB441

Tints of Dark Pastel Green #0BB441

RGB

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

 GREEN value IS 180 (70.7% from 255) = 70.31%

 BLUE value IS 65 (25.78% from 255) = 25.39%

R = 4.3%
G = 70.31%
B = 25.39%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#0BB441 (or 0x0BB441) is known color: Dark Pastel Green. HEX triplet: 0B, B4 and 41. RGB value is (11,180,65). Sum of RGB (Red+Green+Blue) = 11+180+65=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 180 (70.70% from 255 or 70.31% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 180 - color contains mainly: green. Hex color #0BB441 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB441 is #F44BBE. Grayscale: #747474. Windows color (decimal): -16010175 or 4305931. OLE color: 4305931.

HSL color Cylindrical-coordinate representation of color #0BB441: hue angle of 139.17º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB441 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 11 180 65 -
CMYK 0.94 0 0.64 0.29
HSL 139.17º 0.88% 0.37% -
HSV(B) 139.17º 0.94% 0.71% -
XYZ 17.41 33.1 10.47 -
YUV 116.36 99.01 52.85 -
System Red Green Blue C M Y K H S L
Decimal 11 180 65 0.94 0 0.64 0.29 139.17 0.88 0.37
Hex B B4 41 5E 0 40 1D 8B 58 25
Octal 13 264 101 136 0 100 35 213 130 45
Binary 1011 10110100 1000001 1011110 0 1000000 11101 10001011 1011000 100101

Color Harmonies of #0BB441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB441

Black with #0BB441

Text Example


Text Example

White with #0BB441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,180,65); }

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

background-color css

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

 a { background-color: rgb(11,180,65); }

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

border-color css

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

 span { border-color: rgb(11,180,65); }

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