Html Css Color HEX #264401 Turtle Green

📋 copy color: '#264401'

red 38 ◦ green 68 ◦ blue 1

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

Shades of Turtle Green #264401

Tints of Turtle Green #264401

RGB

 RED value IS 38 (15.23% from 255) = 35.51%

 GREEN value IS 68 (26.95% from 255) = 63.55%

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

R = 35.51%
G = 63.55%
B = 0.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#264401 (or 0x264401) is known color: Turtle Green. HEX triplet: 26, 44 and 01. RGB value is (38,68,1). Sum of RGB (Red+Green+Blue) = 38+68+1=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 68 (26.95% from 255 or 63.55% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 68 - color contains mainly: green. Hex color #264401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264401 is #D9BBFE. Grayscale: #333333. Windows color (decimal): -14269439 or 82982. OLE color: 82982.

HSL color Cylindrical-coordinate representation of color #264401: hue angle of 86.87º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #264401 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 38 68 1 -
CMYK 0.44 0 0.99 0.73
HSL 86.87º 0.97% 0.14% -
HSV(B) 86.87º 0.99% 0.27% -
XYZ 2.87 4.55 0.76 -
YUV 51.39 99.56 118.45 -
System Red Green Blue C M Y K H S L
Decimal 38 68 1 0.44 0 0.99 0.73 86.87 0.97 0.14
Hex 26 44 1 2C 0 63 49 57 61 E
Octal 46 104 1 54 0 143 111 127 141 16
Binary 100110 1000100 1 101100 0 1100011 1001001 1010111 1100001 1110

Color Harmonies of #264401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264401

Black with #264401

Text Example


Text Example

White with #264401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264401; }

 p { color: rgb(38,68,1); }

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

background-color css

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

 a { background-color: rgb(38,68,1); }

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

border-color css

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

 span { border-color: rgb(38,68,1); }

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