Html Css Color HEX #244000 Turtle Green

📋 copy color: '#244000'

red 36 ◦ green 64 ◦ blue 0

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

Shades of Turtle Green #244000

Tints of Turtle Green #244000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36%
G = 64%
B = 0%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#244000 (or 0x244000) is known color: Turtle Green. HEX triplet: 24, 40 and 00. RGB value is (36,64,0). Sum of RGB (Red+Green+Blue) = 36+64+0=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 64 (25.39% from 255 or 64% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 64 - color contains mainly: green. Hex color #244000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #244000 is #DBBFFF. Grayscale: #303030. Windows color (decimal): -14401536 or 16420. OLE color: 16420.

HSL color Cylindrical-coordinate representation of color #244000: hue angle of 86.25º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #244000 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 36 64 0 -
CMYK 0.44 0 1 0.75
HSL 86.25º 1% 0.13% -
HSV(B) 86.25º 1% 0.25% -
XYZ 2.56 4.04 0.65 -
YUV 48.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 36 64 0 0.44 0 1 0.75 86.25 1 0.13
Hex 24 40 0 2C 0 64 4B 56 64 D
Octal 44 100 0 54 0 144 113 126 144 15
Binary 100100 1000000 0 101100 0 1100100 1001011 1010110 1100100 1101

Color Harmonies of #244000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244000

Black with #244000

Text Example


Text Example

White with #244000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244000; }

 p { color: rgb(36,64,0); }

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

background-color css

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

 a { background-color: rgb(36,64,0); }

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

border-color css

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

 span { border-color: rgb(36,64,0); }

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