Html Css Color HEX #00B52A Dark Pastel Green

📋 copy color: '#00B52A'

red 0 ◦ green 181 ◦ blue 42

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

Shades of Dark Pastel Green #00B52A

Tints of Dark Pastel Green #00B52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.83%

R = 0%
G = 81.17%
B = 18.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#00B52A (or 0x00B52A) is known color: Dark Pastel Green. HEX triplet: 00, B5 and 2A. RGB value is (0,181,42). Sum of RGB (Red+Green+Blue) = 0+181+42=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 181 (71.09% from 255 or 81.17% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 181 - color contains mainly: green. Hex color #00B52A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B52A is #FF4AD5. Grayscale: #6F6F6F. Windows color (decimal): -16730838 or 2798848. OLE color: 2798848.

HSL color Cylindrical-coordinate representation of color #00B52A: hue angle of 133.92º 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 #00B52A is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 0 181 42 -
CMYK 1 0 0.77 0.29
HSL 133.92º 1% 0.35% -
HSV(B) 133.92º 1% 0.71% -
XYZ 16.94 33.21 7.71 -
YUV 111.04 89.03 48.8 -
System Red Green Blue C M Y K H S L
Decimal 0 181 42 1 0 0.77 0.29 133.92 1 0.35
Hex 0 B5 2A 64 0 4D 1D 86 64 23
Octal 0 265 52 144 0 115 35 206 144 43
Binary 0 10110101 101010 1100100 0 1001101 11101 10000110 1100100 100011

Color Harmonies of #00B52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B52A

Black with #00B52A

Text Example


Text Example

White with #00B52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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