Html Css Color HEX #2E5402 Turtle Green

📋 copy color: '#2E5402'

red 46 ◦ green 84 ◦ blue 2

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

Shades of Turtle Green #2E5402

Tints of Turtle Green #2E5402

RGB

 RED value IS 46 (18.36% from 255) = 34.85%

 GREEN value IS 84 (33.2% from 255) = 63.64%

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

R = 34.85%
G = 63.64%
B = 1.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#2E5402 (or 0x2E5402) is known color: Turtle Green. HEX triplet: 2E, 54 and 02. RGB value is (46,84,2). Sum of RGB (Red+Green+Blue) = 46+84+2=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 84 (33.20% from 255 or 63.64% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 84 - color contains mainly: green. Hex color #2E5402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5402 is #D1ABFD. Grayscale: #3F3F3F. Windows color (decimal): -13741054 or 152622. OLE color: 152622.

HSL color Cylindrical-coordinate representation of color #2E5402: hue angle of 87.8º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E5402 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 46 84 2 -
CMYK 0.45 0 0.98 0.67
HSL 87.8º 0.95% 0.17% -
HSV(B) 87.8º 0.98% 0.33% -
XYZ 4.31 6.93 1.17 -
YUV 63.29 93.41 115.67 -
System Red Green Blue C M Y K H S L
Decimal 46 84 2 0.45 0 0.98 0.67 87.8 0.95 0.17
Hex 2E 54 2 2D 0 62 43 58 5F 11
Octal 56 124 2 55 0 142 103 130 137 21
Binary 101110 1010100 10 101101 0 1100010 1000011 1011000 1011111 10001

Color Harmonies of #2E5402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5402

Black with #2E5402

Text Example


Text Example

White with #2E5402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E5402; }

 p { color: rgb(46,84,2); }

 H1.HeaderClassName
 {
   color: #2E5402;
 }
 .AnyTagClassName
 {
   color: #2E5402;
 }
</style>

background-color css

<style>
 a { background-color: #2E5402; }

 a { background-color: rgb(46,84,2); }

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

border-color css

<style>
 span { border-color: #2E5402; }

 span { border-color: rgb(46,84,2); }

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