Html Css Color HEX #00BD1D Dark Pastel Green

📋 copy color: '#00BD1D'

red 0 ◦ green 189 ◦ blue 29

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

Shades of Dark Pastel Green #00BD1D

Tints of Dark Pastel Green #00BD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.3%

R = 0%
G = 86.7%
B = 13.3%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#00BD1D (or 0x00BD1D) is known color: Dark Pastel Green. HEX triplet: 00, BD and 1D. RGB value is (0,189,29). Sum of RGB (Red+Green+Blue) = 0+189+29=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 189 (74.22% from 255 or 86.70% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 189 - color contains mainly: green. Hex color #00BD1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BD1D is #FF42E2. Grayscale: #727272. Windows color (decimal): -16728803 or 1948928. OLE color: 1948928.

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

Color convert

RGB 0 189 29 -
CMYK 1 0 0.85 0.26
HSL 129.21º 1% 0.37% -
HSV(B) 129.21º 1% 0.74% -
XYZ 18.42 36.48 7.23 -
YUV 114.25 79.88 46.51 -
System Red Green Blue C M Y K H S L
Decimal 0 189 29 1 0 0.85 0.26 129.21 1 0.37
Hex 0 BD 1D 64 0 55 1A 81 64 25
Octal 0 275 35 144 0 125 32 201 144 45
Binary 0 10111101 11101 1100100 0 1010101 11010 10000001 1100100 100101

Color Harmonies of #00BD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BD1D

Black with #00BD1D

Text Example


Text Example

White with #00BD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,189,29); }

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

background-color css

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

 a { background-color: rgb(0,189,29); }

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

border-color css

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

 span { border-color: rgb(0,189,29); }

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