Html Css Color HEX #1E2702 Rangoon Green

📋 copy color: '#1E2702'

red 30 ◦ green 39 ◦ blue 2

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

Shades of Rangoon Green #1E2702

Tints of Rangoon Green #1E2702

RGB

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

 GREEN value IS 39 (15.63% from 255) = 54.93%

 BLUE value IS 2 (1.17% from 255) = 2.82%

R = 42.25%
G = 54.93%
B = 2.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#1E2702 (or 0x1E2702) is known color: Rangoon Green. HEX triplet: 1E, 27 and 02. RGB value is (30,39,2). Sum of RGB (Red+Green+Blue) = 30+39+2=71 (9% of max value = 765). Red value is 30 (12.11% from 255 or 42.25% from 71); Green value is 39 (15.62% from 255 or 54.93% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 39 - color contains mainly: green. Hex color #1E2702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2702 is #E1D8FD. Grayscale: #202020. Windows color (decimal): -14801150 or 141086. OLE color: 141086.

HSL color Cylindrical-coordinate representation of color #1E2702: hue angle of 74.59º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E2702 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB 30 39 2 -
CMYK 0.23 0 0.95 0.85
HSL 74.59º 0.9% 0.08% -
HSV(B) 74.59º 0.95% 0.15% -
XYZ 1.27 1.73 0.32 -
YUV 32.09 111.02 126.51 -
System Red Green Blue C M Y K H S L
Decimal 30 39 2 0.23 0 0.95 0.85 74.59 0.9 0.08
Hex 1E 27 2 17 0 5F 55 4B 5A 8
Octal 36 47 2 27 0 137 125 113 132 10
Binary 11110 100111 10 10111 0 1011111 1010101 1001011 1011010 1000

Color Harmonies of #1E2702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2702

Black with #1E2702

Text Example


Text Example

White with #1E2702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,39,2); }

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

background-color css

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

 a { background-color: rgb(30,39,2); }

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

border-color css

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

 span { border-color: rgb(30,39,2); }

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