Html Css Color HEX #07C23A Dark Pastel Green

📋 copy color: '#07C23A'

red 7 ◦ green 194 ◦ blue 58

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

Shades of Dark Pastel Green #07C23A

Tints of Dark Pastel Green #07C23A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 74.9%

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

R = 2.7%
G = 74.9%
B = 22.39%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#07C23A (or 0x07C23A) is known color: Dark Pastel Green. HEX triplet: 07, C2 and 3A. RGB value is (7,194,58). Sum of RGB (Red+Green+Blue) = 7+194+58=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 194 (76.17% from 255 or 74.90% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 194 - color contains mainly: green. Hex color #07C23A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C23A is #F83DC5. Grayscale: #7A7A7A. Windows color (decimal): -16268742 or 3850759. OLE color: 3850759.

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

Color convert

RGB 7 194 58 -
CMYK 0.96 0 0.70 0.24
HSL 136.36º 0.93% 0.39% -
HSV(B) 136.36º 0.96% 0.76% -
XYZ 20.14 38.93 10.46 -
YUV 122.58 91.55 45.56 -
System Red Green Blue C M Y K H S L
Decimal 7 194 58 0.96 0 0.70 0.24 136.36 0.93 0.39
Hex 7 C2 3A 60 0 46 18 88 5D 27
Octal 7 302 72 140 0 106 30 210 135 47
Binary 111 11000010 111010 1100000 0 1000110 11000 10001000 1011101 100111

Color Harmonies of #07C23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C23A

Black with #07C23A

Text Example


Text Example

White with #07C23A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,194,58); }

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

background-color css

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

 a { background-color: rgb(7,194,58); }

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

border-color css

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

 span { border-color: rgb(7,194,58); }

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