Html Css Color HEX #1E7730 Camarone

📋 copy color: '#1E7730'

red 30 ◦ green 119 ◦ blue 48

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

Shades of Camarone #1E7730

Tints of Camarone #1E7730

RGB

 RED value IS 30 (12.11% from 255) = 15.23%

 GREEN value IS 119 (46.88% from 255) = 60.41%

 BLUE value IS 48 (19.14% from 255) = 24.37%

R = 15.23%
G = 60.41%
B = 24.37%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#1E7730 (or 0x1E7730) is known color: Camarone. HEX triplet: 1E, 77 and 30. RGB value is (30,119,48). Sum of RGB (Red+Green+Blue) = 30+119+48=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 119 (46.88% from 255 or 60.41% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 119 - color contains mainly: green. Hex color #1E7730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7730 is #E188CF. Grayscale: #545454. Windows color (decimal): -14780624 or 3176222. OLE color: 3176222.

HSL color Cylindrical-coordinate representation of color #1E7730: hue angle of 132.13º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7730 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 30 119 48 -
CMYK 0.75 0 0.60 0.53
HSL 132.13º 0.6% 0.29% -
HSV(B) 132.13º 0.75% 0.47% -
XYZ 7.67 13.68 5.03 -
YUV 84.3 107.51 89.27 -
System Red Green Blue C M Y K H S L
Decimal 30 119 48 0.75 0 0.60 0.53 132.13 0.6 0.29
Hex 1E 77 30 4B 0 3C 35 84 3C 1D
Octal 36 167 60 113 0 74 65 204 74 35
Binary 11110 1110111 110000 1001011 0 111100 110101 10000100 111100 11101

Color Harmonies of #1E7730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7730

Black with #1E7730

Text Example


Text Example

White with #1E7730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E7730; }

 p { color: rgb(30,119,48); }

 H1.HeaderClassName
 {
   color: #1E7730;
 }
 .AnyTagClassName
 {
   color: #1E7730;
 }
</style>

background-color css

<style>
 a { background-color: #1E7730; }

 a { background-color: rgb(30,119,48); }

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

border-color css

<style>
 span { border-color: #1E7730; }

 span { border-color: rgb(30,119,48); }

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