Html Css Color HEX #244C01 Turtle Green

📋 copy color: '#244C01'

red 36 ◦ green 76 ◦ blue 1

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

Shades of Turtle Green #244C01

Tints of Turtle Green #244C01

RGB

 RED value IS 36 (14.45% from 255) = 31.86%

 GREEN value IS 76 (30.08% from 255) = 67.26%

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

R = 31.86%
G = 67.26%
B = 0.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#244C01 (or 0x244C01) is known color: Turtle Green. HEX triplet: 24, 4C and 01. RGB value is (36,76,1). Sum of RGB (Red+Green+Blue) = 36+76+1=113 (14% of max value = 765). Red value is 36 (14.45% from 255 or 31.86% from 113); Green value is 76 (30.08% from 255 or 67.26% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 76 - color contains mainly: green. Hex color #244C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #244C01 is #DBB3FE. Grayscale: #373737. Windows color (decimal): -14398463 or 85028. OLE color: 85028.

HSL color Cylindrical-coordinate representation of color #244C01: hue angle of 92º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #244C01 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB 36 76 1 -
CMYK 0.53 0 0.99 0.70
HSL 92º 0.97% 0.15% -
HSV(B) 92º 0.99% 0.3% -
XYZ 3.32 5.55 0.92 -
YUV 55.49 97.25 114.1 -
System Red Green Blue C M Y K H S L
Decimal 36 76 1 0.53 0 0.99 0.70 92 0.97 0.15
Hex 24 4C 1 35 0 63 46 5C 61 F
Octal 44 114 1 65 0 143 106 134 141 17
Binary 100100 1001100 1 110101 0 1100011 1000110 1011100 1100001 1111

Color Harmonies of #244C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244C01

Black with #244C01

Text Example


Text Example

White with #244C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244C01; }

 p { color: rgb(36,76,1); }

 H1.HeaderClassName
 {
   color: #244C01;
 }
 .AnyTagClassName
 {
   color: #244C01;
 }
</style>

background-color css

<style>
 a { background-color: #244C01; }

 a { background-color: rgb(36,76,1); }

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

border-color css

<style>
 span { border-color: #244C01; }

 span { border-color: rgb(36,76,1); }

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