Html Css Color HEX #265000 Turtle Green

📋 copy color: '#265000'

red 38 ◦ green 80 ◦ blue 0

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

Shades of Turtle Green #265000

Tints of Turtle Green #265000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 67.8%

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

R = 32.2%
G = 67.8%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#265000 (or 0x265000) is known color: Turtle Green. HEX triplet: 26, 50 and 00. RGB value is (38,80,0). Sum of RGB (Red+Green+Blue) = 38+80+0=118 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.20% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #265000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265000 is #D9AFFF. Grayscale: #3A3A3A. Windows color (decimal): -14266368 or 20518. OLE color: 20518.

HSL color Cylindrical-coordinate representation of color #265000: hue angle of 91.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #265000 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB 38 80 0 -
CMYK 0.52 0 1 0.69
HSL 91.5º 1% 0.16% -
HSV(B) 91.5º 1% 0.31% -
XYZ 3.67 6.15 0.99 -
YUV 58.32 95.09 113.5 -
System Red Green Blue C M Y K H S L
Decimal 38 80 0 0.52 0 1 0.69 91.5 1 0.16
Hex 26 50 0 34 0 64 45 5C 64 10
Octal 46 120 0 64 0 144 105 134 144 20
Binary 100110 1010000 0 110100 0 1100100 1000101 1011100 1100100 10000

Color Harmonies of #265000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265000

Black with #265000

Text Example


Text Example

White with #265000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265000; }

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

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

background-color css

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

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

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

border-color css

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

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

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