Html Css Color HEX #263301 Turtle Green

📋 copy color: '#263301'

red 38 ◦ green 51 ◦ blue 1

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

Shades of Turtle Green #263301

Tints of Turtle Green #263301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 56.67%

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

R = 42.22%
G = 56.67%
B = 1.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.8

RGB Variations

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

Color information

#263301 (or 0x263301) is known color: Turtle Green. HEX triplet: 26, 33 and 01. RGB value is (38,51,1). Sum of RGB (Red+Green+Blue) = 38+51+1=90 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.22% from 90); Green value is 51 (20.31% from 255 or 56.67% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 51 - color contains mainly: green. Hex color #263301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263301 is #D9CCFE. Grayscale: #292929. Windows color (decimal): -14273791 or 78630. OLE color: 78630.

HSL color Cylindrical-coordinate representation of color #263301: hue angle of 75.6º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #263301 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.8.

Color convert

RGB 38 51 1 -
CMYK 0.25 0 0.98 0.8
HSL 75.6º 0.96% 0.1% -
HSV(B) 75.6º 0.98% 0.2% -
XYZ 1.99 2.78 0.46 -
YUV 41.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 38 51 1 0.25 0 0.98 0.8 75.6 0.96 0.1
Hex 26 33 1 19 0 62 50 4C 60 A
Octal 46 63 1 31 0 142 120 114 140 12
Binary 100110 110011 1 11001 0 1100010 1010000 1001100 1100000 1010

Color Harmonies of #263301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263301

Black with #263301

Text Example


Text Example

White with #263301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263301; }

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

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

background-color css

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

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

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

border-color css

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

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

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