Html Css Color HEX #293B02 Turtle Green

📋 copy color: '#293B02'

red 41 ◦ green 59 ◦ blue 2

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

Shades of Turtle Green #293B02

Tints of Turtle Green #293B02

RGB

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

 GREEN value IS 59 (23.44% from 255) = 57.84%

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

R = 40.2%
G = 57.84%
B = 1.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.77

RGB Variations

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

Color information

#293B02 (or 0x293B02) is known color: Turtle Green. HEX triplet: 29, 3B and 02. RGB value is (41,59,2). Sum of RGB (Red+Green+Blue) = 41+59+2=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 59 (23.44% from 255 or 57.84% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 59 - color contains mainly: green. Hex color #293B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293B02 is #D6C4FD. Grayscale: #2F2F2F. Windows color (decimal): -14075134 or 146217. OLE color: 146217.

HSL color Cylindrical-coordinate representation of color #293B02: hue angle of 78.95º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #293B02 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 59 2 -
CMYK 0.31 0 0.97 0.77
HSL 78.95º 0.93% 0.12% -
HSV(B) 78.95º 0.97% 0.23% -
XYZ 2.49 3.6 0.62 -
YUV 47.12 102.54 123.63 -
System Red Green Blue C M Y K H S L
Decimal 41 59 2 0.31 0 0.97 0.77 78.95 0.93 0.12
Hex 29 3B 2 1F 0 61 4D 4F 5D C
Octal 51 73 2 37 0 141 115 117 135 14
Binary 101001 111011 10 11111 0 1100001 1001101 1001111 1011101 1100

Color Harmonies of #293B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293B02

Black with #293B02

Text Example


Text Example

White with #293B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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