Html Css Color HEX #2C3A0F Turtle Green

📋 copy color: '#2C3A0F'

red 44 ◦ green 58 ◦ blue 15

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

Shades of Turtle Green #2C3A0F

Tints of Turtle Green #2C3A0F

RGB

 RED value IS 44 (17.58% from 255) = 37.61%

 GREEN value IS 58 (23.05% from 255) = 49.57%

 BLUE value IS 15 (6.25% from 255) = 12.82%

R = 37.61%
G = 49.57%
B = 12.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.74

 K value IS 0.77

RGB Variations

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

Color information

#2C3A0F (or 0x2C3A0F) is known color: Turtle Green. HEX triplet: 2C, 3A and 0F. RGB value is (44,58,15). Sum of RGB (Red+Green+Blue) = 44+58+15=117 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.61% from 117); Green value is 58 (23.05% from 255 or 49.57% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 58 - color contains mainly: green. Hex color #2C3A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3A0F is #D3C5F0. Grayscale: #313131. Windows color (decimal): -13878769 or 997932. OLE color: 997932.

HSL color Cylindrical-coordinate representation of color #2C3A0F: hue angle of 79.53º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C3A0F is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.77.

Color convert

RGB 44 58 15 -
CMYK 0.24 0 0.74 0.77
HSL 79.53º 0.59% 0.14% -
HSV(B) 79.53º 0.74% 0.23% -
XYZ 2.64 3.6 1.01 -
YUV 48.91 108.86 124.5 -
System Red Green Blue C M Y K H S L
Decimal 44 58 15 0.24 0 0.74 0.77 79.53 0.59 0.14
Hex 2C 3A F 18 0 4A 4D 50 3B E
Octal 54 72 17 30 0 112 115 120 73 16
Binary 101100 111010 1111 11000 0 1001010 1001101 1010000 111011 1110

Color Harmonies of #2C3A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3A0F

Black with #2C3A0F

Text Example


Text Example

White with #2C3A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,58,15); }

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

background-color css

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

 a { background-color: rgb(44,58,15); }

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

border-color css

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

 span { border-color: rgb(44,58,15); }

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