Html Css Color HEX #2E5303 Turtle Green

📋 copy color: '#2E5303'

red 46 ◦ green 83 ◦ blue 3

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

Shades of Turtle Green #2E5303

Tints of Turtle Green #2E5303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.27%

R = 34.85%
G = 62.88%
B = 2.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#2E5303 (or 0x2E5303) is known color: Turtle Green. HEX triplet: 2E, 53 and 03. RGB value is (46,83,3). Sum of RGB (Red+Green+Blue) = 46+83+3=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 83 (32.81% from 255 or 62.88% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 83 - color contains mainly: green. Hex color #2E5303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5303 is #D1ACFC. Grayscale: #3F3F3F. Windows color (decimal): -13741309 or 217902. OLE color: 217902.

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

Color convert

RGB 46 83 3 -
CMYK 0.45 0 0.96 0.67
HSL 87.75º 0.93% 0.17% -
HSV(B) 87.75º 0.96% 0.33% -
XYZ 4.24 6.77 1.17 -
YUV 62.82 94.24 116 -
System Red Green Blue C M Y K H S L
Decimal 46 83 3 0.45 0 0.96 0.67 87.75 0.93 0.17
Hex 2E 53 3 2D 0 60 43 58 5D 11
Octal 56 123 3 55 0 140 103 130 135 21
Binary 101110 1010011 11 101101 0 1100000 1000011 1011000 1011101 10001

Color Harmonies of #2E5303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5303

Black with #2E5303

Text Example


Text Example

White with #2E5303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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