Html Css Color HEX #264805 Turtle Green

📋 copy color: '#264805'

red 38 ◦ green 72 ◦ blue 5

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

Shades of Turtle Green #264805

Tints of Turtle Green #264805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.35%

R = 33.04%
G = 62.61%
B = 4.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#264805 (or 0x264805) is known color: Turtle Green. HEX triplet: 26, 48 and 05. RGB value is (38,72,5). Sum of RGB (Red+Green+Blue) = 38+72+5=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 72 (28.52% from 255 or 62.61% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 72 - color contains mainly: green. Hex color #264805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264805 is #D9B7FA. Grayscale: #363636. Windows color (decimal): -14268411 or 346150. OLE color: 346150.

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

Color convert

RGB 38 72 5 -
CMYK 0.47 0 0.93 0.72
HSL 90.45º 0.87% 0.15% -
HSV(B) 90.45º 0.93% 0.28% -
XYZ 3.14 5.06 0.95 -
YUV 54.2 100.24 116.45 -
System Red Green Blue C M Y K H S L
Decimal 38 72 5 0.47 0 0.93 0.72 90.45 0.87 0.15
Hex 26 48 5 2F 0 5D 48 5A 57 F
Octal 46 110 5 57 0 135 110 132 127 17
Binary 100110 1001000 101 101111 0 1011101 1001000 1011010 1010111 1111

Color Harmonies of #264805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264805

Black with #264805

Text Example


Text Example

White with #264805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264805; }

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

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

background-color css

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

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

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

border-color css

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

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

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