#265003

Color #265003 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #265003

Tints of Turtle Green #265003

Color information

#265003 (or 0x265003) is unknown color: approx Turtle Green. HEX triplet: 26, 50 and 03. RGB value is (38,80,3). Sum of RGB (Red+Green+Blue) = 38+80+3=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #265003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265003 is #D9AFFC. Grayscale: #3A3A3A. Windows color (decimal): -14266365 or 217126. OLE color: 217126.

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

Color convert

RGB38803-
CMYK0.5200.960.69
HSL92.73º92.77%16.27%-
HSV(B)92.73º96.25%31.37%-
XYZ3.686.161.08-
YUV58.6696.59113.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.40%
GREEN value IS 80 (31.64% from 255) = 66.12%
BLUE value IS 3 (1.56% from 255) = 2.48%
R=31.40%
G=66.12%
B=2.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal388030.5200.960.6992.7392.7716.27
Hex2650334060455d5d10
Octal46120364014010513513520
Binary1001101010000111101000110000010001011011101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265003; }

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

 H1.HeaderClassName
 {
   color: #265003;
 }
 .AnyTagClassName
 {
   color: #265003;
 }
</style>
background-color css

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

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

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

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

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

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