Html Css Color HEX #264400 Turtle Green

📋 copy color: '#264400'

red 38 ◦ green 68 ◦ blue 0

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

Shades of Turtle Green #264400

Tints of Turtle Green #264400

RGB

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

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

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

R = 35.85%
G = 64.15%
B = 0%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#264400 (or 0x264400) is known color: Turtle Green. HEX triplet: 26, 44 and 00. RGB value is (38,68,0). Sum of RGB (Red+Green+Blue) = 38+68+0=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 68 (26.95% from 255 or 64.15% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 68 - color contains mainly: green. Hex color #264400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264400 is #D9BBFF. Grayscale: #333333. Windows color (decimal): -14269440 or 17446. OLE color: 17446.

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

Color convert

RGB 38 68 0 -
CMYK 0.44 0 1 0.73
HSL 86.47º 1% 0.13% -
HSV(B) 86.47º 1% 0.27% -
XYZ 2.87 4.55 0.73 -
YUV 51.28 99.06 118.53 -
System Red Green Blue C M Y K H S L
Decimal 38 68 0 0.44 0 1 0.73 86.47 1 0.13
Hex 26 44 0 2C 0 64 49 56 64 D
Octal 46 104 0 54 0 144 111 126 144 15
Binary 100110 1000100 0 101100 0 1100100 1001001 1010110 1100100 1101

Color Harmonies of #264400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264400

Black with #264400

Text Example


Text Example

White with #264400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264400; }

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

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

background-color css

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

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

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

border-color css

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

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

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