Html Css Color HEX #01AF3D Dark Pastel Green

📋 copy color: '#01AF3D'

red 1 ◦ green 175 ◦ blue 61

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

Shades of Dark Pastel Green #01AF3D

Tints of Dark Pastel Green #01AF3D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 73.84%

 BLUE value IS 61 (24.22% from 255) = 25.74%

R = 0.42%
G = 73.84%
B = 25.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#01AF3D (or 0x01AF3D) is known color: Dark Pastel Green. HEX triplet: 01, AF and 3D. RGB value is (1,175,61). Sum of RGB (Red+Green+Blue) = 1+175+61=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 175 (68.75% from 255 or 73.84% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AF3D is #FE50C2. Grayscale: #6E6E6E. Windows color (decimal): -16666819 or 4042497. OLE color: 4042497.

HSL color Cylindrical-coordinate representation of color #01AF3D: hue angle of 140.69º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AF3D is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 175 61 -
CMYK 0.99 0 0.65 0.31
HSL 140.69º 0.99% 0.35% -
HSV(B) 140.69º 0.99% 0.69% -
XYZ 16.18 31 9.55 -
YUV 109.98 100.35 50.27 -
System Red Green Blue C M Y K H S L
Decimal 1 175 61 0.99 0 0.65 0.31 140.69 0.99 0.35
Hex 1 AF 3D 63 0 41 1F 8D 63 23
Octal 1 257 75 143 0 101 37 215 143 43
Binary 1 10101111 111101 1100011 0 1000001 11111 10001101 1100011 100011

Color Harmonies of #01AF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AF3D

Black with #01AF3D

Text Example


Text Example

White with #01AF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01AF3D; }

 p { color: rgb(1,175,61); }

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

background-color css

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

 a { background-color: rgb(1,175,61); }

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

border-color css

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

 span { border-color: rgb(1,175,61); }

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