Html Css Color HEX #0BAB41 Pigment Green

📋 copy color: '#0BAB41'

red 11 ◦ green 171 ◦ blue 65

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

Shades of Pigment Green #0BAB41

Tints of Pigment Green #0BAB41

RGB

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

 GREEN value IS 171 (67.19% from 255) = 69.23%

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

R = 4.45%
G = 69.23%
B = 26.32%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#0BAB41 (or 0x0BAB41) is known color: Pigment Green. HEX triplet: 0B, AB and 41. RGB value is (11,171,65). Sum of RGB (Red+Green+Blue) = 11+171+65=247 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.45% from 247); Green value is 171 (67.19% from 255 or 69.23% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAB41 is #F454BE. Grayscale: #6F6F6F. Windows color (decimal): -16012479 or 4303627. OLE color: 4303627.

HSL color Cylindrical-coordinate representation of color #0BAB41: hue angle of 140.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAB41 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 171 65 -
CMYK 0.94 0 0.62 0.33
HSL 140.25º 0.88% 0.36% -
HSV(B) 140.25º 0.94% 0.67% -
XYZ 15.66 29.58 9.89 -
YUV 111.08 101.99 56.62 -
System Red Green Blue C M Y K H S L
Decimal 11 171 65 0.94 0 0.62 0.33 140.25 0.88 0.36
Hex B AB 41 5E 0 3E 21 8C 58 24
Octal 13 253 101 136 0 76 41 214 130 44
Binary 1011 10101011 1000001 1011110 0 111110 100001 10001100 1011000 100100

Color Harmonies of #0BAB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAB41

Black with #0BAB41

Text Example


Text Example

White with #0BAB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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