Html Css Color HEX #00B928 Dark Pastel Green

📋 copy color: '#00B928'

red 0 ◦ green 185 ◦ blue 40

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

Shades of Dark Pastel Green #00B928

Tints of Dark Pastel Green #00B928

RGB

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

 GREEN value IS 185 (72.66% from 255) = 82.22%

 BLUE value IS 40 (16.02% from 255) = 17.78%

R = 0%
G = 82.22%
B = 17.78%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#00B928 (or 0x00B928) is known color: Dark Pastel Green. HEX triplet: 00, B9 and 28. RGB value is (0,185,40). Sum of RGB (Red+Green+Blue) = 0+185+40=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 185 (72.66% from 255 or 82.22% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 185 - color contains mainly: green. Hex color #00B928 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B928 is #FF46D7. Grayscale: #717171. Windows color (decimal): -16729816 or 2668800. OLE color: 2668800.

HSL color Cylindrical-coordinate representation of color #00B928: hue angle of 132.97º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B928 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 185 40 -
CMYK 1 0 0.78 0.27
HSL 132.97º 1% 0.36% -
HSV(B) 132.97º 1% 0.73% -
XYZ 17.73 34.85 7.8 -
YUV 113.16 86.71 47.29 -
System Red Green Blue C M Y K H S L
Decimal 0 185 40 1 0 0.78 0.27 132.97 1 0.36
Hex 0 B9 28 64 0 4E 1B 85 64 24
Octal 0 271 50 144 0 116 33 205 144 44
Binary 0 10111001 101000 1100100 0 1001110 11011 10000101 1100100 100100

Color Harmonies of #00B928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B928

Black with #00B928

Text Example


Text Example

White with #00B928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,185,40); }

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

background-color css

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

 a { background-color: rgb(0,185,40); }

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

border-color css

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

 span { border-color: rgb(0,185,40); }

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