Html Css Color HEX #0BB326 Dark Pastel Green

📋 copy color: '#0BB326'

red 11 ◦ green 179 ◦ blue 38

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

Shades of Dark Pastel Green #0BB326

Tints of Dark Pastel Green #0BB326

RGB

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

 GREEN value IS 179 (70.31% from 255) = 78.51%

 BLUE value IS 38 (15.23% from 255) = 16.67%

R = 4.82%
G = 78.51%
B = 16.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#0BB326 (or 0x0BB326) is known color: Dark Pastel Green. HEX triplet: 0B, B3 and 26. RGB value is (11,179,38). Sum of RGB (Red+Green+Blue) = 11+179+38=228 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.82% from 228); Green value is 179 (70.31% from 255 or 78.51% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB326 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB326 is #F44CD9. Grayscale: #717171. Windows color (decimal): -16010458 or 2536203. OLE color: 2536203.

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

Color convert

RGB 11 179 38 -
CMYK 0.94 0 0.79 0.30
HSL 129.64º 0.88% 0.37% -
HSV(B) 129.64º 0.94% 0.7% -
XYZ 16.61 32.45 7.22 -
YUV 112.69 85.84 55.46 -
System Red Green Blue C M Y K H S L
Decimal 11 179 38 0.94 0 0.79 0.30 129.64 0.88 0.37
Hex B B3 26 5E 0 4F 1E 82 58 25
Octal 13 263 46 136 0 117 36 202 130 45
Binary 1011 10110011 100110 1011110 0 1001111 11110 10000010 1011000 100101

Color Harmonies of #0BB326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB326

Black with #0BB326

Text Example


Text Example

White with #0BB326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,179,38); }

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

background-color css

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

 a { background-color: rgb(11,179,38); }

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

border-color css

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

 span { border-color: rgb(11,179,38); }

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