Html Css Color HEX #264808 Turtle Green

📋 copy color: '#264808'

red 38 ◦ green 72 ◦ blue 8

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

Shades of Turtle Green #264808

Tints of Turtle Green #264808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 61.02%

 BLUE value IS 8 (3.52% from 255) = 6.78%

R = 32.2%
G = 61.02%
B = 6.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#264808 (or 0x264808) is known color: Turtle Green. HEX triplet: 26, 48 and 08. RGB value is (38,72,8). Sum of RGB (Red+Green+Blue) = 38+72+8=118 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.20% from 118); Green value is 72 (28.52% from 255 or 61.02% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 72 - color contains mainly: green. Hex color #264808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264808 is #D9B7F7. Grayscale: #363636. Windows color (decimal): -14268408 or 542758. OLE color: 542758.

HSL color Cylindrical-coordinate representation of color #264808: hue angle of 91.88º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #264808 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 72 8 -
CMYK 0.47 0 0.89 0.72
HSL 91.88º 0.8% 0.16% -
HSV(B) 91.88º 0.89% 0.28% -
XYZ 3.16 5.06 1.04 -
YUV 54.54 101.74 116.2 -
System Red Green Blue C M Y K H S L
Decimal 38 72 8 0.47 0 0.89 0.72 91.88 0.8 0.16
Hex 26 48 8 2F 0 59 48 5C 50 10
Octal 46 110 10 57 0 131 110 134 120 20
Binary 100110 1001000 1000 101111 0 1011001 1001000 1011100 1010000 10000

Color Harmonies of #264808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264808

Black with #264808

Text Example


Text Example

White with #264808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264808; }

 p { color: rgb(38,72,8); }

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

background-color css

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

 a { background-color: rgb(38,72,8); }

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

border-color css

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

 span { border-color: rgb(38,72,8); }

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