Html Css Color HEX #265201 Turtle Green

📋 copy color: '#265201'

red 38 ◦ green 82 ◦ blue 1

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

Shades of Turtle Green #265201

Tints of Turtle Green #265201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 67.77%

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

R = 31.4%
G = 67.77%
B = 0.83%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#265201 (or 0x265201) is known color: Turtle Green. HEX triplet: 26, 52 and 01. RGB value is (38,82,1). Sum of RGB (Red+Green+Blue) = 38+82+1=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 82 (32.42% from 255 or 67.77% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 82 - color contains mainly: green. Hex color #265201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265201 is #D9ADFE. Grayscale: #3B3B3B. Windows color (decimal): -14265855 or 86566. OLE color: 86566.

HSL color Cylindrical-coordinate representation of color #265201: hue angle of 92.59º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #265201 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 38 82 1 -
CMYK 0.54 0 0.99 0.68
HSL 92.59º 0.98% 0.16% -
HSV(B) 92.59º 0.99% 0.32% -
XYZ 3.82 6.45 1.07 -
YUV 59.61 94.92 112.59 -
System Red Green Blue C M Y K H S L
Decimal 38 82 1 0.54 0 0.99 0.68 92.59 0.98 0.16
Hex 26 52 1 36 0 63 44 5D 62 10
Octal 46 122 1 66 0 143 104 135 142 20
Binary 100110 1010010 1 110110 0 1100011 1000100 1011101 1100010 10000

Color Harmonies of #265201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265201

Black with #265201

Text Example


Text Example

White with #265201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265201; }

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

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

background-color css

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

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

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

border-color css

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

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

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