Html Css Color HEX #00BD3A Dark Pastel Green

📋 copy color: '#00BD3A'

red 0 ◦ green 189 ◦ blue 58

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

Shades of Dark Pastel Green #00BD3A

Tints of Dark Pastel Green #00BD3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.48%

R = 0%
G = 76.52%
B = 23.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#00BD3A (or 0x00BD3A) is known color: Dark Pastel Green. HEX triplet: 00, BD and 3A. RGB value is (0,189,58). Sum of RGB (Red+Green+Blue) = 0+189+58=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 189 (74.22% from 255 or 76.52% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 189 - color contains mainly: green. Hex color #00BD3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BD3A is #FF42C5. Grayscale: #757575. Windows color (decimal): -16728774 or 3849472. OLE color: 3849472.

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

Color convert

RGB 0 189 58 -
CMYK 1 0 0.69 0.26
HSL 138.41º 1% 0.37% -
HSV(B) 138.41º 1% 0.74% -
XYZ 18.96 36.7 10.09 -
YUV 117.56 94.38 44.15 -
System Red Green Blue C M Y K H S L
Decimal 0 189 58 1 0 0.69 0.26 138.41 1 0.37
Hex 0 BD 3A 64 0 45 1A 8A 64 25
Octal 0 275 72 144 0 105 32 212 144 45
Binary 0 10111101 111010 1100100 0 1000101 11010 10001010 1100100 100101

Color Harmonies of #00BD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BD3A

Black with #00BD3A

Text Example


Text Example

White with #00BD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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