Html Css Color HEX #07D038 Dark Pastel Green

📋 copy color: '#07D038'

red 7 ◦ green 208 ◦ blue 56

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

Shades of Dark Pastel Green #07D038

Tints of Dark Pastel Green #07D038

RGB

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

 GREEN value IS 208 (81.64% from 255) = 76.75%

 BLUE value IS 56 (22.27% from 255) = 20.66%

R = 2.58%
G = 76.75%
B = 20.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#07D038 (or 0x07D038) is known color: Dark Pastel Green. HEX triplet: 07, D0 and 38. RGB value is (7,208,56). Sum of RGB (Red+Green+Blue) = 7+208+56=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 208 (81.64% from 255 or 76.75% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 208 - color contains mainly: green. Hex color #07D038 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07D038 is #F82FC7. Grayscale: #828282. Windows color (decimal): -16265160 or 3723271. OLE color: 3723271.

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

Color convert

RGB 7 208 56 -
CMYK 0.97 0 0.73 0.18
HSL 134.63º 0.93% 0.42% -
HSV(B) 134.63º 0.97% 0.82% -
XYZ 23.36 45.44 11.28 -
YUV 130.57 85.91 39.86 -
System Red Green Blue C M Y K H S L
Decimal 7 208 56 0.97 0 0.73 0.18 134.63 0.93 0.42
Hex 7 D0 38 61 0 49 12 87 5D 2A
Octal 7 320 70 141 0 111 22 207 135 52
Binary 111 11010000 111000 1100001 0 1001001 10010 10000111 1011101 101010

Color Harmonies of #07D038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07D038

Black with #07D038

Text Example


Text Example

White with #07D038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,208,56); }

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

background-color css

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

 a { background-color: rgb(7,208,56); }

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

border-color css

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

 span { border-color: rgb(7,208,56); }

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