Html Css Color HEX #293502 Turtle Green

📋 copy color: '#293502'

red 41 ◦ green 53 ◦ blue 2

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

Shades of Turtle Green #293502

Tints of Turtle Green #293502

RGB

 RED value IS 41 (16.41% from 255) = 42.71%

 GREEN value IS 53 (21.09% from 255) = 55.21%

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

R = 42.71%
G = 55.21%
B = 2.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#293502 (or 0x293502) is known color: Turtle Green. HEX triplet: 29, 35 and 02. RGB value is (41,53,2). Sum of RGB (Red+Green+Blue) = 41+53+2=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #293502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293502 is #D6CAFD. Grayscale: #2B2B2B. Windows color (decimal): -14076670 or 144681. OLE color: 144681.

HSL color Cylindrical-coordinate representation of color #293502: hue angle of 74.12º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #293502 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 53 2 -
CMYK 0.23 0 0.96 0.79
HSL 74.12º 0.93% 0.11% -
HSV(B) 74.12º 0.96% 0.21% -
XYZ 2.2 3.02 0.52 -
YUV 43.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 41 53 2 0.23 0 0.96 0.79 74.12 0.93 0.11
Hex 29 35 2 17 0 60 4F 4A 5D B
Octal 51 65 2 27 0 140 117 112 135 13
Binary 101001 110101 10 10111 0 1100000 1001111 1001010 1011101 1011

Color Harmonies of #293502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293502

Black with #293502

Text Example


Text Example

White with #293502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293502; }

 p { color: rgb(41,53,2); }

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

background-color css

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

 a { background-color: rgb(41,53,2); }

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

border-color css

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

 span { border-color: rgb(41,53,2); }

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