Html Css Color HEX #264501 Turtle Green

📋 copy color: '#264501'

red 38 ◦ green 69 ◦ blue 1

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

Shades of Turtle Green #264501

Tints of Turtle Green #264501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 63.89%

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

R = 35.19%
G = 63.89%
B = 0.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#264501 (or 0x264501) is known color: Turtle Green. HEX triplet: 26, 45 and 01. RGB value is (38,69,1). Sum of RGB (Red+Green+Blue) = 38+69+1=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 69 (27.34% from 255 or 63.89% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 69 - color contains mainly: green. Hex color #264501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264501 is #D9BAFE. Grayscale: #343434. Windows color (decimal): -14269183 or 83238. OLE color: 83238.

HSL color Cylindrical-coordinate representation of color #264501: hue angle of 87.35º 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 #264501 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 38 69 1 -
CMYK 0.45 0 0.99 0.73
HSL 87.35º 0.97% 0.14% -
HSV(B) 87.35º 0.99% 0.27% -
XYZ 2.93 4.67 0.78 -
YUV 51.98 99.23 118.03 -
System Red Green Blue C M Y K H S L
Decimal 38 69 1 0.45 0 0.99 0.73 87.35 0.97 0.14
Hex 26 45 1 2D 0 63 49 57 61 E
Octal 46 105 1 55 0 143 111 127 141 16
Binary 100110 1000101 1 101101 0 1100011 1001001 1010111 1100001 1110

Color Harmonies of #264501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264501

Black with #264501

Text Example


Text Example

White with #264501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264501; }

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

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

background-color css

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

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

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

border-color css

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

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

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