Html Css Color HEX #2C4301 Turtle Green

📋 copy color: '#2C4301'

red 44 ◦ green 67 ◦ blue 1

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

Shades of Turtle Green #2C4301

Tints of Turtle Green #2C4301

RGB

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

 GREEN value IS 67 (26.56% from 255) = 59.82%

 BLUE value IS 1 (0.78% from 255) = 0.89%

R = 39.29%
G = 59.82%
B = 0.89%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.74

RGB Variations

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

Color information

#2C4301 (or 0x2C4301) is known color: Turtle Green. HEX triplet: 2C, 43 and 01. RGB value is (44,67,1). Sum of RGB (Red+Green+Blue) = 44+67+1=112 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.29% from 112); Green value is 67 (26.56% from 255 or 59.82% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 67 - color contains mainly: green. Hex color #2C4301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4301 is #D3BCFE. Grayscale: #343434. Windows color (decimal): -13876479 or 82732. OLE color: 82732.

HSL color Cylindrical-coordinate representation of color #2C4301: hue angle of 80.91º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C4301 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.

Color convert

RGB 44 67 1 -
CMYK 0.34 0 0.99 0.74
HSL 80.91º 0.97% 0.13% -
HSV(B) 80.91º 0.99% 0.26% -
XYZ 3.05 4.55 0.75 -
YUV 52.6 98.88 121.87 -
System Red Green Blue C M Y K H S L
Decimal 44 67 1 0.34 0 0.99 0.74 80.91 0.97 0.13
Hex 2C 43 1 22 0 63 4A 51 61 D
Octal 54 103 1 42 0 143 112 121 141 15
Binary 101100 1000011 1 100010 0 1100011 1001010 1010001 1100001 1101

Color Harmonies of #2C4301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4301

Black with #2C4301

Text Example


Text Example

White with #2C4301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,67,1); }

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

background-color css

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

 a { background-color: rgb(44,67,1); }

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

border-color css

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

 span { border-color: rgb(44,67,1); }

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