Html Css Color HEX #01830F Green

📋 copy color: '#01830F'

red 1 ◦ green 131 ◦ blue 15

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

Shades of Green #01830F

Tints of Green #01830F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.2%

R = 0.68%
G = 89.12%
B = 10.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#01830F (or 0x01830F) is known color: Green. HEX triplet: 01, 83 and 0F. RGB value is (1,131,15). Sum of RGB (Red+Green+Blue) = 1+131+15=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 131 (51.56% from 255 or 89.12% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 131 - color contains mainly: green. Hex color #01830F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01830F is #FE7CF0. Grayscale: #4F4F4F. Windows color (decimal): -16678129 or 1016577. OLE color: 1016577.

HSL color Cylindrical-coordinate representation of color #01830F: hue angle of 126.46º 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 #01830F is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 131 15 -
CMYK 0.99 0 0.89 0.49
HSL 126.46º 0.98% 0.26% -
HSV(B) 126.46º 0.99% 0.51% -
XYZ 8.22 16.27 3.16 -
YUV 78.91 91.93 72.43 -
System Red Green Blue C M Y K H S L
Decimal 1 131 15 0.99 0 0.89 0.49 126.46 0.98 0.26
Hex 1 83 F 63 0 59 31 7E 62 1A
Octal 1 203 17 143 0 131 61 176 142 32
Binary 1 10000011 1111 1100011 0 1011001 110001 1111110 1100010 11010

Color Harmonies of #01830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01830F

Black with #01830F

Text Example


Text Example

White with #01830F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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