Html Css Color HEX #264101 Turtle Green

📋 copy color: '#264101'

red 38 ◦ green 65 ◦ blue 1

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

Shades of Turtle Green #264101

Tints of Turtle Green #264101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 62.5%

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

R = 36.54%
G = 62.5%
B = 0.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#264101 (or 0x264101) is known color: Turtle Green. HEX triplet: 26, 41 and 01. RGB value is (38,65,1). Sum of RGB (Red+Green+Blue) = 38+65+1=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 65 (25.78% from 255 or 62.5% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 65 - color contains mainly: green. Hex color #264101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264101 is #D9BEFE. Grayscale: #313131. Windows color (decimal): -14270207 or 82214. OLE color: 82214.

HSL color Cylindrical-coordinate representation of color #264101: hue angle of 85.31º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #264101 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 65 1 -
CMYK 0.42 0 0.98 0.75
HSL 85.31º 0.97% 0.13% -
HSV(B) 85.31º 0.98% 0.25% -
XYZ 2.7 4.19 0.7 -
YUV 49.63 100.55 119.7 -
System Red Green Blue C M Y K H S L
Decimal 38 65 1 0.42 0 0.98 0.75 85.31 0.97 0.13
Hex 26 41 1 2A 0 62 4B 55 61 D
Octal 46 101 1 52 0 142 113 125 141 15
Binary 100110 1000001 1 101010 0 1100010 1001011 1010101 1100001 1101

Color Harmonies of #264101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264101

Black with #264101

Text Example


Text Example

White with #264101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264101; }

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

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

background-color css

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

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

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

border-color css

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

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

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