Html Css Color HEX #07BD3E Dark Pastel Green

📋 copy color: '#07BD3E'

red 7 ◦ green 189 ◦ blue 62

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

Shades of Dark Pastel Green #07BD3E

Tints of Dark Pastel Green #07BD3E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 73.26%

 BLUE value IS 62 (24.61% from 255) = 24.03%

R = 2.71%
G = 73.26%
B = 24.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#07BD3E (or 0x07BD3E) is known color: Dark Pastel Green. HEX triplet: 07, BD and 3E. RGB value is (7,189,62). Sum of RGB (Red+Green+Blue) = 7+189+62=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 189 (74.22% from 255 or 73.26% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BD3E is #F842C1. Grayscale: #787878. Windows color (decimal): -16270018 or 4111623. OLE color: 4111623.

HSL color Cylindrical-coordinate representation of color #07BD3E: hue angle of 138.13º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BD3E is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 189 62 -
CMYK 0.96 0 0.67 0.26
HSL 138.13º 0.93% 0.38% -
HSV(B) 138.13º 0.96% 0.74% -
XYZ 19.15 36.79 10.65 -
YUV 120.1 95.2 47.33 -
System Red Green Blue C M Y K H S L
Decimal 7 189 62 0.96 0 0.67 0.26 138.13 0.93 0.38
Hex 7 BD 3E 60 0 43 1A 8A 5D 26
Octal 7 275 76 140 0 103 32 212 135 46
Binary 111 10111101 111110 1100000 0 1000011 11010 10001010 1011101 100110

Color Harmonies of #07BD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BD3E

Black with #07BD3E

Text Example


Text Example

White with #07BD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,189,62); }

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

background-color css

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

 a { background-color: rgb(7,189,62); }

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

border-color css

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

 span { border-color: rgb(7,189,62); }

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