Html Css Color HEX #01830D Green

📋 copy color: '#01830D'

red 1 ◦ green 131 ◦ blue 13

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

Shades of Green #01830D

Tints of Green #01830D

RGB

 RED value IS 1 (0.78% from 255) = 0.69%

 GREEN value IS 131 (51.56% from 255) = 90.34%

 BLUE value IS 13 (5.47% from 255) = 8.97%

R = 0.69%
G = 90.34%
B = 8.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#01830D (or 0x01830D) is known color: Green. HEX triplet: 01, 83 and 0D. RGB value is (1,131,13). Sum of RGB (Red+Green+Blue) = 1+131+13=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 131 (51.56% from 255 or 90.34% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 131 - color contains mainly: green. Hex color #01830D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01830D is #FE7CF2. Grayscale: #4F4F4F. Windows color (decimal): -16678131 or 885505. OLE color: 885505.

HSL color Cylindrical-coordinate representation of color #01830D: hue angle of 125.54º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01830D is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 131 13 -
CMYK 0.99 0 0.90 0.49
HSL 125.54º 0.98% 0.26% -
HSV(B) 125.54º 0.99% 0.51% -
XYZ 8.2 16.27 3.09 -
YUV 78.68 90.93 72.59 -
System Red Green Blue C M Y K H S L
Decimal 1 131 13 0.99 0 0.90 0.49 125.54 0.98 0.26
Hex 1 83 D 63 0 5A 31 7E 62 1A
Octal 1 203 15 143 0 132 61 176 142 32
Binary 1 10000011 1101 1100011 0 1011010 110001 1111110 1100010 11010

Color Harmonies of #01830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01830D

Black with #01830D

Text Example


Text Example

White with #01830D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01830D; }

 p { color: rgb(1,131,13); }

 H1.HeaderClassName
 {
   color: #01830D;
 }
 .AnyTagClassName
 {
   color: #01830D;
 }
</style>

background-color css

<style>
 a { background-color: #01830D; }

 a { background-color: rgb(1,131,13); }

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

border-color css

<style>
 span { border-color: #01830D; }

 span { border-color: rgb(1,131,13); }

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