Html Css Color HEX #018308 Green

📋 copy color: '#018308'

red 1 ◦ green 131 ◦ blue 8

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

Shades of Green #018308

Tints of Green #018308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.71%

R = 0.71%
G = 93.57%
B = 5.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#018308 (or 0x018308) is known color: Green. HEX triplet: 01, 83 and 08. RGB value is (1,131,8). Sum of RGB (Red+Green+Blue) = 1+131+8=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 131 (51.56% from 255 or 93.57% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 131 - color contains mainly: green. Hex color #018308 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018308 is #FE7CF7. Grayscale: #4E4E4E. Windows color (decimal): -16678136 or 557825. OLE color: 557825.

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

Color convert

RGB 1 131 8 -
CMYK 0.99 0 0.94 0.49
HSL 123.23º 0.98% 0.26% -
HSV(B) 123.23º 0.99% 0.51% -
XYZ 8.17 16.26 2.94 -
YUV 78.11 88.43 73 -
System Red Green Blue C M Y K H S L
Decimal 1 131 8 0.99 0 0.94 0.49 123.23 0.98 0.26
Hex 1 83 8 63 0 5E 31 7B 62 1A
Octal 1 203 10 143 0 136 61 173 142 32
Binary 1 10000011 1000 1100011 0 1011110 110001 1111011 1100010 11010

Color Harmonies of #018308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018308

Black with #018308

Text Example


Text Example

White with #018308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018308; }

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

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

background-color css

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

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

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

border-color css

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

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

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