Html Css Color HEX #00B540 Dark Pastel Green

📋 copy color: '#00B540'

red 0 ◦ green 181 ◦ blue 64

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

Shades of Dark Pastel Green #00B540

Tints of Dark Pastel Green #00B540

RGB

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

 GREEN value IS 181 (71.09% from 255) = 73.88%

 BLUE value IS 64 (25.39% from 255) = 26.12%

R = 0%
G = 73.88%
B = 26.12%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#00B540 (or 0x00B540) is known color: Dark Pastel Green. HEX triplet: 00, B5 and 40. RGB value is (0,181,64). Sum of RGB (Red+Green+Blue) = 0+181+64=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 181 (71.09% from 255 or 73.88% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 181 - color contains mainly: green. Hex color #00B540 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B540 is #FF4ABF. Grayscale: #717171. Windows color (decimal): -16730816 or 4240640. OLE color: 4240640.

HSL color Cylindrical-coordinate representation of color #00B540: hue angle of 141.22º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B540 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 0 181 64 -
CMYK 1 0 0.65 0.29
HSL 141.22º 1% 0.35% -
HSV(B) 141.22º 1% 0.71% -
XYZ 17.45 33.42 10.38 -
YUV 113.54 100.03 47.01 -
System Red Green Blue C M Y K H S L
Decimal 0 181 64 1 0 0.65 0.29 141.22 1 0.35
Hex 0 B5 40 64 0 41 1D 8D 64 23
Octal 0 265 100 144 0 101 35 215 144 43
Binary 0 10110101 1000000 1100100 0 1000001 11101 10001101 1100100 100011

Color Harmonies of #00B540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B540

Black with #00B540

Text Example


Text Example

White with #00B540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,181,64); }

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

background-color css

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

 a { background-color: rgb(0,181,64); }

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

border-color css

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

 span { border-color: rgb(0,181,64); }

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