#262F05

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

Shades of Turtle Green #262F05

Tints of Turtle Green #262F05

Color information

#262F05 (or 0x262F05) is unknown color: approx Turtle Green. HEX triplet: 26, 2F and 05. RGB value is (38,47,5). Sum of RGB (Red+Green+Blue) = 38+47+5=90 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.22% from 90); Green value is 47 (18.75% from 255 or 52.22% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 47 - color contains mainly: green. Hex color #262F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262F05 is #D9D0FA. Grayscale: #272727. Windows color (decimal): -14274811 or 339750. OLE color: 339750.

HSL color Cylindrical-coordinate representation of color #262F05: hue angle of 72.86º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #262F05 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.82.

Color convert

RGB38475-
CMYK0.1900.890.82
HSL72.86º80.77%10.2%-
HSV(B)72.86º89.36%18.43%-
XYZ1.842.460.52-
YUV39.52108.52126.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.22%
GREEN value IS 47 (18.75% from 255) = 52.22%
BLUE value IS 5 (2.34% from 255) = 5.56%
R=42.22%
G=52.22%
B=5.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal384750.1900.890.8272.8680.7710.2
Hex262F513059524951a
Octal4657523013112211112112
Binary10011010111110110011010110011010010100100110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262F05; }

 p { color: rgb(38,47,5); }

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

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

 a { background-color: rgb(38,47,5); }

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

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

 span { border-color: rgb(38,47,5); }

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