Html Css Color HEX #2C4B01 Turtle Green

📋 copy color: '#2C4B01'

red 44 ◦ green 75 ◦ blue 1

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

Shades of Turtle Green #2C4B01

Tints of Turtle Green #2C4B01

RGB

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

 GREEN value IS 75 (29.69% from 255) = 62.5%

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

R = 36.67%
G = 62.5%
B = 0.83%

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

#2C4B01 (or 0x2C4B01) is known color: Turtle Green. HEX triplet: 2C, 4B and 01. RGB value is (44,75,1). Sum of RGB (Red+Green+Blue) = 44+75+1=120 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.67% from 120); Green value is 75 (29.69% from 255 or 62.5% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 75 - color contains mainly: green. Hex color #2C4B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4B01 is #D3B4FE. Grayscale: #393939. Windows color (decimal): -13874431 or 84780. OLE color: 84780.

HSL color Cylindrical-coordinate representation of color #2C4B01: hue angle of 85.14º 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 #2C4B01 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 44 75 1 -
CMYK 0.41 0 0.99 0.71
HSL 85.14º 0.97% 0.15% -
HSV(B) 85.14º 0.99% 0.29% -
XYZ 3.56 5.57 0.92 -
YUV 57.3 96.23 118.52 -
System Red Green Blue C M Y K H S L
Decimal 44 75 1 0.41 0 0.99 0.71 85.14 0.97 0.15
Hex 2C 4B 1 29 0 63 47 55 61 F
Octal 54 113 1 51 0 143 107 125 141 17
Binary 101100 1001011 1 101001 0 1100011 1000111 1010101 1100001 1111

Color Harmonies of #2C4B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4B01

Black with #2C4B01

Text Example


Text Example

White with #2C4B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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