Html Css Color HEX #2C4A01 Turtle Green

📋 copy color: '#2C4A01'

red 44 ◦ green 74 ◦ blue 1

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

Shades of Turtle Green #2C4A01

Tints of Turtle Green #2C4A01

RGB

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

 GREEN value IS 74 (29.3% from 255) = 62.18%

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

R = 36.97%
G = 62.18%
B = 0.84%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#2C4A01 (or 0x2C4A01) is known color: Turtle Green. HEX triplet: 2C, 4A and 01. RGB value is (44,74,1). Sum of RGB (Red+Green+Blue) = 44+74+1=119 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.97% from 119); Green value is 74 (29.30% from 255 or 62.18% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 74 - color contains mainly: green. Hex color #2C4A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4A01 is #D3B5FE. Grayscale: #383838. Windows color (decimal): -13874687 or 84524. OLE color: 84524.

HSL color Cylindrical-coordinate representation of color #2C4A01: hue angle of 84.66º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C4A01 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 44 74 1 -
CMYK 0.41 0 0.99 0.71
HSL 84.66º 0.97% 0.15% -
HSV(B) 84.66º 0.99% 0.29% -
XYZ 3.49 5.44 0.89 -
YUV 56.71 96.56 118.94 -
System Red Green Blue C M Y K H S L
Decimal 44 74 1 0.41 0 0.99 0.71 84.66 0.97 0.15
Hex 2C 4A 1 29 0 63 47 55 61 F
Octal 54 112 1 51 0 143 107 125 141 17
Binary 101100 1001010 1 101001 0 1100011 1000111 1010101 1100001 1111

Color Harmonies of #2C4A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4A01

Black with #2C4A01

Text Example


Text Example

White with #2C4A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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