Html Css Color HEX #263205 Turtle Green

📋 copy color: '#263205'

red 38 ◦ green 50 ◦ blue 5

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

Shades of Turtle Green #263205

Tints of Turtle Green #263205

RGB

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

 GREEN value IS 50 (19.92% from 255) = 53.76%

 BLUE value IS 5 (2.34% from 255) = 5.38%

R = 40.86%
G = 53.76%
B = 5.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.80

RGB Variations

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

Color information

#263205 (or 0x263205) is known color: Turtle Green. HEX triplet: 26, 32 and 05. RGB value is (38,50,5). Sum of RGB (Red+Green+Blue) = 38+50+5=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #263205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263205 is #D9CDFA. Grayscale: #292929. Windows color (decimal): -14274043 or 340518. OLE color: 340518.

HSL color Cylindrical-coordinate representation of color #263205: hue angle of 76º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #263205 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB 38 50 5 -
CMYK 0.24 0 0.90 0.80
HSL 76º 0.82% 0.11% -
HSV(B) 76º 0.9% 0.2% -
XYZ 1.97 2.7 0.56 -
YUV 41.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 38 50 5 0.24 0 0.90 0.80 76 0.82 0.11
Hex 26 32 5 18 0 5A 50 4C 52 B
Octal 46 62 5 30 0 132 120 114 122 13
Binary 100110 110010 101 11000 0 1011010 1010000 1001100 1010010 1011

Color Harmonies of #263205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263205

Black with #263205

Text Example


Text Example

White with #263205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263205; }

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

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

background-color css

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

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

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

border-color css

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

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

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