Html Css Color HEX #07C315 Dark Pastel Green

📋 copy color: '#07C315'

red 7 ◦ green 195 ◦ blue 21

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

Shades of Dark Pastel Green #07C315

Tints of Dark Pastel Green #07C315

RGB

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

 GREEN value IS 195 (76.56% from 255) = 87.44%

 BLUE value IS 21 (8.59% from 255) = 9.42%

R = 3.14%
G = 87.44%
B = 9.42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#07C315 (or 0x07C315) is known color: Dark Pastel Green. HEX triplet: 07, C3 and 15. RGB value is (7,195,21). Sum of RGB (Red+Green+Blue) = 7+195+21=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 195 (76.56% from 255 or 87.44% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 195 - color contains mainly: green. Hex color #07C315 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C315 is #F83CEA. Grayscale: #777777. Windows color (decimal): -16268523 or 1426183. OLE color: 1426183.

HSL color Cylindrical-coordinate representation of color #07C315: hue angle of 124.47º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C315 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 7 195 21 -
CMYK 0.96 0 0.89 0.24
HSL 124.47º 0.93% 0.4% -
HSV(B) 124.47º 0.96% 0.76% -
XYZ 19.74 39.13 7.22 -
YUV 118.95 72.72 48.15 -
System Red Green Blue C M Y K H S L
Decimal 7 195 21 0.96 0 0.89 0.24 124.47 0.93 0.4
Hex 7 C3 15 60 0 59 18 7C 5D 28
Octal 7 303 25 140 0 131 30 174 135 50
Binary 111 11000011 10101 1100000 0 1011001 11000 1111100 1011101 101000

Color Harmonies of #07C315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C315

Black with #07C315

Text Example


Text Example

White with #07C315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,195,21); }

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

background-color css

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

 a { background-color: rgb(7,195,21); }

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

border-color css

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

 span { border-color: rgb(7,195,21); }

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