Html Css Color HEX #0BBD42 Dark Pastel Green

📋 copy color: '#0BBD42'

red 11 ◦ green 189 ◦ blue 66

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

Shades of Dark Pastel Green #0BBD42

Tints of Dark Pastel Green #0BBD42

RGB

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

 GREEN value IS 189 (74.22% from 255) = 71.05%

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

R = 4.14%
G = 71.05%
B = 24.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#0BBD42 (or 0x0BBD42) is known color: Dark Pastel Green. HEX triplet: 0B, BD and 42. RGB value is (11,189,66). Sum of RGB (Red+Green+Blue) = 11+189+66=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 189 (74.22% from 255 or 71.05% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBD42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBD42 is #F442BD. Grayscale: #7A7A7A. Windows color (decimal): -16007870 or 4373771. OLE color: 4373771.

HSL color Cylindrical-coordinate representation of color #0BBD42: hue angle of 138.54º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBD42 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 189 66 -
CMYK 0.94 0 0.65 0.26
HSL 138.54º 0.89% 0.39% -
HSV(B) 138.54º 0.94% 0.74% -
XYZ 19.32 36.86 11.25 -
YUV 121.76 96.53 49 -
System Red Green Blue C M Y K H S L
Decimal 11 189 66 0.94 0 0.65 0.26 138.54 0.89 0.39
Hex B BD 42 5E 0 41 1A 8B 59 27
Octal 13 275 102 136 0 101 32 213 131 47
Binary 1011 10111101 1000010 1011110 0 1000001 11010 10001011 1011001 100111

Color Harmonies of #0BBD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBD42

Black with #0BBD42

Text Example


Text Example

White with #0BBD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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