Html Css Color HEX #00B31F Dark Pastel Green

📋 copy color: '#00B31F'

red 0 ◦ green 179 ◦ blue 31

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

Shades of Dark Pastel Green #00B31F

Tints of Dark Pastel Green #00B31F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 85.24%

 BLUE value IS 31 (12.5% from 255) = 14.76%

R = 0%
G = 85.24%
B = 14.76%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#00B31F (or 0x00B31F) is known color: Dark Pastel Green. HEX triplet: 00, B3 and 1F. RGB value is (0,179,31). Sum of RGB (Red+Green+Blue) = 0+179+31=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 179 (70.31% from 255 or 85.24% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 179 - color contains mainly: green. Hex color #00B31F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B31F is #FF4CE0. Grayscale: #6D6D6D. Windows color (decimal): -16731361 or 2077440. OLE color: 2077440.

HSL color Cylindrical-coordinate representation of color #00B31F: hue angle of 130.39º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B31F is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 179 31 -
CMYK 1 0 0.83 0.30
HSL 130.39º 1% 0.35% -
HSV(B) 130.39º 1% 0.7% -
XYZ 16.37 32.34 6.68 -
YUV 108.61 84.2 50.53 -
System Red Green Blue C M Y K H S L
Decimal 0 179 31 1 0 0.83 0.30 130.39 1 0.35
Hex 0 B3 1F 64 0 53 1E 82 64 23
Octal 0 263 37 144 0 123 36 202 144 43
Binary 0 10110011 11111 1100100 0 1010011 11110 10000010 1100100 100011

Color Harmonies of #00B31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B31F

Black with #00B31F

Text Example


Text Example

White with #00B31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,179,31); }

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

background-color css

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

 a { background-color: rgb(0,179,31); }

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

border-color css

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

 span { border-color: rgb(0,179,31); }

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