Html Css Color HEX #00BD35 Dark Pastel Green

📋 copy color: '#00BD35'

red 0 ◦ green 189 ◦ blue 53

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

Shades of Dark Pastel Green #00BD35

Tints of Dark Pastel Green #00BD35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.9%

R = 0%
G = 78.1%
B = 21.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#00BD35 (or 0x00BD35) is known color: Dark Pastel Green. HEX triplet: 00, BD and 35. RGB value is (0,189,53). Sum of RGB (Red+Green+Blue) = 0+189+53=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 189 (74.22% from 255 or 78.10% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 189 - color contains mainly: green. Hex color #00BD35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BD35 is #FF42CA. Grayscale: #757575. Windows color (decimal): -16728779 or 3521792. OLE color: 3521792.

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

Color convert

RGB 0 189 53 -
CMYK 1 0 0.72 0.26
HSL 136.83º 1% 0.37% -
HSV(B) 136.83º 1% 0.74% -
XYZ 18.84 36.65 9.45 -
YUV 116.99 91.88 44.56 -
System Red Green Blue C M Y K H S L
Decimal 0 189 53 1 0 0.72 0.26 136.83 1 0.37
Hex 0 BD 35 64 0 48 1A 89 64 25
Octal 0 275 65 144 0 110 32 211 144 45
Binary 0 10111101 110101 1100100 0 1001000 11010 10001001 1100100 100101

Color Harmonies of #00BD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BD35

Black with #00BD35

Text Example


Text Example

White with #00BD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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