Html Css Color HEX #07C32F Dark Pastel Green

📋 copy color: '#07C32F'

red 7 ◦ green 195 ◦ blue 47

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

Shades of Dark Pastel Green #07C32F

Tints of Dark Pastel Green #07C32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.88%

R = 2.81%
G = 78.31%
B = 18.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#07C32F (or 0x07C32F) is known color: Dark Pastel Green. HEX triplet: 07, C3 and 2F. RGB value is (7,195,47). Sum of RGB (Red+Green+Blue) = 7+195+47=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 195 (76.56% from 255 or 78.31% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 195 - color contains mainly: green. Hex color #07C32F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C32F is #F83CD0. Grayscale: #7A7A7A. Windows color (decimal): -16268497 or 3130119. OLE color: 3130119.

HSL color Cylindrical-coordinate representation of color #07C32F: hue angle of 132.77º 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 #07C32F is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 7 195 47 -
CMYK 0.96 0 0.76 0.24
HSL 132.77º 0.93% 0.4% -
HSV(B) 132.77º 0.96% 0.76% -
XYZ 20.12 39.28 9.21 -
YUV 121.92 85.72 46.03 -
System Red Green Blue C M Y K H S L
Decimal 7 195 47 0.96 0 0.76 0.24 132.77 0.93 0.4
Hex 7 C3 2F 60 0 4C 18 85 5D 28
Octal 7 303 57 140 0 114 30 205 135 50
Binary 111 11000011 101111 1100000 0 1001100 11000 10000101 1011101 101000

Color Harmonies of #07C32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C32F

Black with #07C32F

Text Example


Text Example

White with #07C32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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