Html Css Color HEX #264201 Turtle Green

📋 copy color: '#264201'

red 38 ◦ green 66 ◦ blue 1

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

Shades of Turtle Green #264201

Tints of Turtle Green #264201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 62.86%

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

R = 36.19%
G = 62.86%
B = 0.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#264201 (or 0x264201) is known color: Turtle Green. HEX triplet: 26, 42 and 01. RGB value is (38,66,1). Sum of RGB (Red+Green+Blue) = 38+66+1=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 66 (26.17% from 255 or 62.86% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 66 - color contains mainly: green. Hex color #264201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264201 is #D9BDFE. Grayscale: #323232. Windows color (decimal): -14269951 or 82470. OLE color: 82470.

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

Color convert

RGB 38 66 1 -
CMYK 0.42 0 0.98 0.74
HSL 85.85º 0.97% 0.13% -
HSV(B) 85.85º 0.98% 0.26% -
XYZ 2.75 4.31 0.72 -
YUV 50.22 100.22 119.29 -
System Red Green Blue C M Y K H S L
Decimal 38 66 1 0.42 0 0.98 0.74 85.85 0.97 0.13
Hex 26 42 1 2A 0 62 4A 56 61 D
Octal 46 102 1 52 0 142 112 126 141 15
Binary 100110 1000010 1 101010 0 1100010 1001010 1010110 1100001 1101

Color Harmonies of #264201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264201

Black with #264201

Text Example


Text Example

White with #264201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264201; }

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

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

background-color css

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

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

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

border-color css

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

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

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