Html Css Color HEX #00B41A Dark Pastel Green

📋 copy color: '#00B41A'

red 0 ◦ green 180 ◦ blue 26

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

Shades of Dark Pastel Green #00B41A

Tints of Dark Pastel Green #00B41A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 87.38%

 BLUE value IS 26 (10.55% from 255) = 12.62%

R = 0%
G = 87.38%
B = 12.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#00B41A (or 0x00B41A) is known color: Dark Pastel Green. HEX triplet: 00, B4 and 1A. RGB value is (0,180,26). Sum of RGB (Red+Green+Blue) = 0+180+26=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 180 (70.70% from 255 or 87.38% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 180 - color contains mainly: green. Hex color #00B41A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B41A is #FF4BE5. Grayscale: #6D6D6D. Windows color (decimal): -16731110 or 1750016. OLE color: 1750016.

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

Color convert

RGB 0 180 26 -
CMYK 1 0 0.86 0.29
HSL 128.67º 1% 0.35% -
HSV(B) 128.67º 1% 0.71% -
XYZ 16.51 32.72 6.42 -
YUV 108.62 81.37 50.52 -
System Red Green Blue C M Y K H S L
Decimal 0 180 26 1 0 0.86 0.29 128.67 1 0.35
Hex 0 B4 1A 64 0 56 1D 81 64 23
Octal 0 264 32 144 0 126 35 201 144 43
Binary 0 10110100 11010 1100100 0 1010110 11101 10000001 1100100 100011

Color Harmonies of #00B41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B41A

Black with #00B41A

Text Example


Text Example

White with #00B41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,180,26); }

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

background-color css

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

 a { background-color: rgb(0,180,26); }

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

border-color css

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

 span { border-color: rgb(0,180,26); }

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