Html Css Color HEX #07D21C Dark Pastel Green

📋 copy color: '#07D21C'

red 7 ◦ green 210 ◦ blue 28

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

Shades of Dark Pastel Green #07D21C

Tints of Dark Pastel Green #07D21C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 85.71%

 BLUE value IS 28 (11.33% from 255) = 11.43%

R = 2.86%
G = 85.71%
B = 11.43%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#07D21C (or 0x07D21C) is known color: Dark Pastel Green. HEX triplet: 07, D2 and 1C. RGB value is (7,210,28). Sum of RGB (Red+Green+Blue) = 7+210+28=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 210 (82.42% from 255 or 85.71% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 210 - color contains mainly: green. Hex color #07D21C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07D21C is #F82DE3. Grayscale: #818181. Windows color (decimal): -16264676 or 1888775. OLE color: 1888775.

HSL color Cylindrical-coordinate representation of color #07D21C: hue angle of 126.21º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D21C is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 7 210 28 -
CMYK 0.97 0 0.87 0.18
HSL 126.21º 0.94% 0.43% -
HSV(B) 126.21º 0.97% 0.82% -
XYZ 23.34 46.22 8.79 -
YUV 128.56 71.25 41.3 -
System Red Green Blue C M Y K H S L
Decimal 7 210 28 0.97 0 0.87 0.18 126.21 0.94 0.43
Hex 7 D2 1C 61 0 57 12 7E 5E 2B
Octal 7 322 34 141 0 127 22 176 136 53
Binary 111 11010010 11100 1100001 0 1010111 10010 1111110 1011110 101011

Color Harmonies of #07D21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07D21C

Black with #07D21C

Text Example


Text Example

White with #07D21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,210,28); }

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

background-color css

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

 a { background-color: rgb(7,210,28); }

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

border-color css

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

 span { border-color: rgb(7,210,28); }

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