Html Css Color HEX #2E5502 Turtle Green

📋 copy color: '#2E5502'

red 46 ◦ green 85 ◦ blue 2

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

Shades of Turtle Green #2E5502

Tints of Turtle Green #2E5502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 63.91%

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

R = 34.59%
G = 63.91%
B = 1.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#2E5502 (or 0x2E5502) is known color: Turtle Green. HEX triplet: 2E, 55 and 02. RGB value is (46,85,2). Sum of RGB (Red+Green+Blue) = 46+85+2=133 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.59% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #2E5502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5502 is #D1AAFD. Grayscale: #404040. Windows color (decimal): -13740798 or 152878. OLE color: 152878.

HSL color Cylindrical-coordinate representation of color #2E5502: hue angle of 88.19º 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 #2E5502 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 46 85 2 -
CMYK 0.46 0 0.98 0.67
HSL 88.19º 0.95% 0.17% -
HSV(B) 88.19º 0.98% 0.33% -
XYZ 4.39 7.08 1.19 -
YUV 63.88 93.08 115.25 -
System Red Green Blue C M Y K H S L
Decimal 46 85 2 0.46 0 0.98 0.67 88.19 0.95 0.17
Hex 2E 55 2 2E 0 62 43 58 5F 11
Octal 56 125 2 56 0 142 103 130 137 21
Binary 101110 1010101 10 101110 0 1100010 1000011 1011000 1011111 10001

Color Harmonies of #2E5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5502

Black with #2E5502

Text Example


Text Example

White with #2E5502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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