Html Css Color HEX #293002 Turtle Green

📋 copy color: '#293002'

red 41 ◦ green 48 ◦ blue 2

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

Shades of Turtle Green #293002

Tints of Turtle Green #293002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 52.75%

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

R = 45.05%
G = 52.75%
B = 2.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#293002 (or 0x293002) is known color: Turtle Green. HEX triplet: 29, 30 and 02. RGB value is (41,48,2). Sum of RGB (Red+Green+Blue) = 41+48+2=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #293002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293002 is #D6CFFD. Grayscale: #282828. Windows color (decimal): -14077950 or 143401. OLE color: 143401.

HSL color Cylindrical-coordinate representation of color #293002: hue angle of 69.13º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #293002 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 48 2 -
CMYK 0.15 0 0.96 0.81
HSL 69.13º 0.92% 0.1% -
HSV(B) 69.13º 0.96% 0.19% -
XYZ 1.98 2.59 0.45 -
YUV 40.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 41 48 2 0.15 0 0.96 0.81 69.13 0.92 0.1
Hex 29 30 2 F 0 60 51 45 5C A
Octal 51 60 2 17 0 140 121 105 134 12
Binary 101001 110000 10 1111 0 1100000 1010001 1000101 1011100 1010

Color Harmonies of #293002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293002

Black with #293002

Text Example


Text Example

White with #293002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293002; }

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

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

background-color css

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

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

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

border-color css

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

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

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