Html Css Color HEX #03AF3A Dark Pastel Green

📋 copy color: '#03AF3A'

red 3 ◦ green 175 ◦ blue 58

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

Shades of Dark Pastel Green #03AF3A

Tints of Dark Pastel Green #03AF3A

RGB

 RED value IS 3 (1.56% from 255) = 1.27%

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

 BLUE value IS 58 (23.05% from 255) = 24.58%

R = 1.27%
G = 74.15%
B = 24.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#03AF3A (or 0x03AF3A) is known color: Dark Pastel Green. HEX triplet: 03, AF and 3A. RGB value is (3,175,58). Sum of RGB (Red+Green+Blue) = 3+175+58=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 175 (68.75% from 255 or 74.15% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 175 - color contains mainly: green. Hex color #03AF3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AF3A is #FC50C5. Grayscale: #6E6E6E. Windows color (decimal): -16535750 or 3845891. OLE color: 3845891.

HSL color Cylindrical-coordinate representation of color #03AF3A: hue angle of 139.19º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AF3A is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 175 58 -
CMYK 0.98 0 0.67 0.31
HSL 139.19º 0.97% 0.35% -
HSV(B) 139.19º 0.98% 0.69% -
XYZ 16.13 30.98 9.13 -
YUV 110.23 98.52 51.51 -
System Red Green Blue C M Y K H S L
Decimal 3 175 58 0.98 0 0.67 0.31 139.19 0.97 0.35
Hex 3 AF 3A 62 0 43 1F 8B 61 23
Octal 3 257 72 142 0 103 37 213 141 43
Binary 11 10101111 111010 1100010 0 1000011 11111 10001011 1100001 100011

Color Harmonies of #03AF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AF3A

Black with #03AF3A

Text Example


Text Example

White with #03AF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03AF3A; }

 p { color: rgb(3,175,58); }

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

background-color css

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

 a { background-color: rgb(3,175,58); }

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

border-color css

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

 span { border-color: rgb(3,175,58); }

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