Html Css Color HEX #244002 Turtle Green

📋 copy color: '#244002'

red 36 ◦ green 64 ◦ blue 2

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

Shades of Turtle Green #244002

Tints of Turtle Green #244002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.96%

R = 35.29%
G = 62.75%
B = 1.96%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#244002 (or 0x244002) is known color: Turtle Green. HEX triplet: 24, 40 and 02. RGB value is (36,64,2). Sum of RGB (Red+Green+Blue) = 36+64+2=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 64 (25.39% from 255 or 62.75% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 64 - color contains mainly: green. Hex color #244002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #244002 is #DBBFFD. Grayscale: #303030. Windows color (decimal): -14401534 or 147492. OLE color: 147492.

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

Color convert

RGB 36 64 2 -
CMYK 0.44 0 0.97 0.75
HSL 87.1º 0.94% 0.13% -
HSV(B) 87.1º 0.97% 0.25% -
XYZ 2.57 4.05 0.7 -
YUV 48.56 101.72 119.04 -
System Red Green Blue C M Y K H S L
Decimal 36 64 2 0.44 0 0.97 0.75 87.1 0.94 0.13
Hex 24 40 2 2C 0 61 4B 57 5E D
Octal 44 100 2 54 0 141 113 127 136 15
Binary 100100 1000000 10 101100 0 1100001 1001011 1010111 1011110 1101

Color Harmonies of #244002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244002

Black with #244002

Text Example


Text Example

White with #244002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244002; }

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

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

background-color css

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

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

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

border-color css

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

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

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