Html Css Color HEX #07B41C Dark Pastel Green

📋 copy color: '#07B41C'

red 7 ◦ green 180 ◦ blue 28

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

Shades of Dark Pastel Green #07B41C

Tints of Dark Pastel Green #07B41C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 83.72%

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

R = 3.26%
G = 83.72%
B = 13.02%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#07B41C (or 0x07B41C) is known color: Dark Pastel Green. HEX triplet: 07, B4 and 1C. RGB value is (7,180,28). Sum of RGB (Red+Green+Blue) = 7+180+28=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 180 (70.70% from 255 or 83.72% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 180 - color contains mainly: green. Hex color #07B41C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B41C is #F84BE3. Grayscale: #6F6F6F. Windows color (decimal): -16272356 or 1881095. OLE color: 1881095.

HSL color Cylindrical-coordinate representation of color #07B41C: hue angle of 127.28º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B41C is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 180 28 -
CMYK 0.96 0 0.84 0.29
HSL 127.28º 0.93% 0.37% -
HSV(B) 127.28º 0.96% 0.71% -
XYZ 16.62 32.77 6.55 -
YUV 110.95 81.19 53.86 -
System Red Green Blue C M Y K H S L
Decimal 7 180 28 0.96 0 0.84 0.29 127.28 0.93 0.37
Hex 7 B4 1C 60 0 54 1D 7F 5D 25
Octal 7 264 34 140 0 124 35 177 135 45
Binary 111 10110100 11100 1100000 0 1010100 11101 1111111 1011101 100101

Color Harmonies of #07B41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B41C

Black with #07B41C

Text Example


Text Example

White with #07B41C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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