Html Css Color HEX #2E5304 Turtle Green

📋 copy color: '#2E5304'

red 46 ◦ green 83 ◦ blue 4

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

Shades of Turtle Green #2E5304

Tints of Turtle Green #2E5304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 62.41%

 BLUE value IS 4 (1.95% from 255) = 3.01%

R = 34.59%
G = 62.41%
B = 3.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#2E5304 (or 0x2E5304) is known color: Turtle Green. HEX triplet: 2E, 53 and 04. RGB value is (46,83,4). Sum of RGB (Red+Green+Blue) = 46+83+4=133 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.59% from 133); Green value is 83 (32.81% from 255 or 62.41% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 83 - color contains mainly: green. Hex color #2E5304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5304 is #D1ACFB. Grayscale: #3F3F3F. Windows color (decimal): -13741308 or 283438. OLE color: 283438.

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

Color convert

RGB 46 83 4 -
CMYK 0.45 0 0.95 0.67
HSL 88.1º 0.91% 0.17% -
HSV(B) 88.1º 0.95% 0.33% -
XYZ 4.24 6.78 1.2 -
YUV 62.93 94.74 115.92 -
System Red Green Blue C M Y K H S L
Decimal 46 83 4 0.45 0 0.95 0.67 88.1 0.91 0.17
Hex 2E 53 4 2D 0 5F 43 58 5B 11
Octal 56 123 4 55 0 137 103 130 133 21
Binary 101110 1010011 100 101101 0 1011111 1000011 1011000 1011011 10001

Color Harmonies of #2E5304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5304

Black with #2E5304

Text Example


Text Example

White with #2E5304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,83,4); }

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

background-color css

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

 a { background-color: rgb(46,83,4); }

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

border-color css

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

 span { border-color: rgb(46,83,4); }

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