Html Css Color HEX #00BC48 Dark Pastel Green

📋 copy color: '#00BC48'

red 0 ◦ green 188 ◦ blue 72

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

Shades of Dark Pastel Green #00BC48

Tints of Dark Pastel Green #00BC48

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 188 (73.83% from 255) = 72.31%

 BLUE value IS 72 (28.52% from 255) = 27.69%

R = 0%
G = 72.31%
B = 27.69%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#00BC48 (or 0x00BC48) is known color: Dark Pastel Green. HEX triplet: 00, BC and 48. RGB value is (0,188,72). Sum of RGB (Red+Green+Blue) = 0+188+72=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 188 (73.83% from 255 or 72.31% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BC48 is #FF43B7. Grayscale: #767676. Windows color (decimal): -16729016 or 4766720. OLE color: 4766720.

HSL color Cylindrical-coordinate representation of color #00BC48: hue angle of 142.98º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BC48 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 188 72 -
CMYK 1 0 0.62 0.26
HSL 142.98º 1% 0.37% -
HSV(B) 142.98º 1% 0.74% -
XYZ 19.15 36.43 12.15 -
YUV 118.56 101.72 43.43 -
System Red Green Blue C M Y K H S L
Decimal 0 188 72 1 0 0.62 0.26 142.98 1 0.37
Hex 0 BC 48 64 0 3E 1A 8F 64 25
Octal 0 274 110 144 0 76 32 217 144 45
Binary 0 10111100 1001000 1100100 0 111110 11010 10001111 1100100 100101

Color Harmonies of #00BC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BC48

Black with #00BC48

Text Example


Text Example

White with #00BC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00BC48; }

 p { color: rgb(0,188,72); }

 H1.HeaderClassName
 {
   color: #00BC48;
 }
 .AnyTagClassName
 {
   color: #00BC48;
 }
</style>

background-color css

<style>
 a { background-color: #00BC48; }

 a { background-color: rgb(0,188,72); }

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

border-color css

<style>
 span { border-color: #00BC48; }

 span { border-color: rgb(0,188,72); }

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