Html Css Color HEX #07AF1D Dark Pastel Green

📋 copy color: '#07AF1D'

red 7 ◦ green 175 ◦ blue 29

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

Shades of Dark Pastel Green #07AF1D

Tints of Dark Pastel Green #07AF1D

RGB

 RED value IS 7 (3.13% from 255) = 3.32%

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

 BLUE value IS 29 (11.72% from 255) = 13.74%

R = 3.32%
G = 82.94%
B = 13.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#07AF1D (or 0x07AF1D) is known color: Dark Pastel Green. HEX triplet: 07, AF and 1D. RGB value is (7,175,29). Sum of RGB (Red+Green+Blue) = 7+175+29=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 175 (68.75% from 255 or 82.94% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07AF1D is #F850E2. Grayscale: #6C6C6C. Windows color (decimal): -16273635 or 1945351. OLE color: 1945351.

HSL color Cylindrical-coordinate representation of color #07AF1D: hue angle of 127.86º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AF1D is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 175 29 -
CMYK 0.96 0 0.83 0.31
HSL 127.86º 0.92% 0.36% -
HSV(B) 127.86º 0.96% 0.69% -
XYZ 15.64 30.79 6.28 -
YUV 108.12 83.34 55.87 -
System Red Green Blue C M Y K H S L
Decimal 7 175 29 0.96 0 0.83 0.31 127.86 0.92 0.36
Hex 7 AF 1D 60 0 53 1F 80 5C 24
Octal 7 257 35 140 0 123 37 200 134 44
Binary 111 10101111 11101 1100000 0 1010011 11111 10000000 1011100 100100

Color Harmonies of #07AF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AF1D

Black with #07AF1D

Text Example


Text Example

White with #07AF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07AF1D; }

 p { color: rgb(7,175,29); }

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

background-color css

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

 a { background-color: rgb(7,175,29); }

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

border-color css

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

 span { border-color: rgb(7,175,29); }

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