Html Css Color HEX #264700 Turtle Green

📋 copy color: '#264700'

red 38 ◦ green 71 ◦ blue 0

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

Shades of Turtle Green #264700

Tints of Turtle Green #264700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 65.14%

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

R = 34.86%
G = 65.14%
B = 0%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#264700 (or 0x264700) is known color: Turtle Green. HEX triplet: 26, 47 and 00. RGB value is (38,71,0). Sum of RGB (Red+Green+Blue) = 38+71+0=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 71 (28.12% from 255 or 65.14% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 71 - color contains mainly: green. Hex color #264700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264700 is #D9B8FF. Grayscale: #353535. Windows color (decimal): -14268672 or 18214. OLE color: 18214.

HSL color Cylindrical-coordinate representation of color #264700: hue angle of 87.89º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #264700 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 71 0 -
CMYK 0.46 0 1 0.72
HSL 87.89º 1% 0.14% -
HSV(B) 87.89º 1% 0.28% -
XYZ 3.05 4.92 0.79 -
YUV 53.04 98.07 117.27 -
System Red Green Blue C M Y K H S L
Decimal 38 71 0 0.46 0 1 0.72 87.89 1 0.14
Hex 26 47 0 2E 0 64 48 58 64 E
Octal 46 107 0 56 0 144 110 130 144 16
Binary 100110 1000111 0 101110 0 1100100 1001000 1011000 1100100 1110

Color Harmonies of #264700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264700

Black with #264700

Text Example


Text Example

White with #264700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264700; }

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

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

background-color css

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

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

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

border-color css

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

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

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