Html Css Color HEX #263A00 Turtle Green

📋 copy color: '#263A00'

red 38 ◦ green 58 ◦ blue 0

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

Shades of Turtle Green #263A00

Tints of Turtle Green #263A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 60.42%

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

R = 39.58%
G = 60.42%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.77

RGB Variations

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

Color information

#263A00 (or 0x263A00) is known color: Turtle Green. HEX triplet: 26, 3A and 00. RGB value is (38,58,0). Sum of RGB (Red+Green+Blue) = 38+58+0=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 58 (23.05% from 255 or 60.42% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 58 - color contains mainly: green. Hex color #263A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263A00 is #D9C5FF. Grayscale: #2D2D2D. Windows color (decimal): -14272000 or 14886. OLE color: 14886.

HSL color Cylindrical-coordinate representation of color #263A00: hue angle of 80.69º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #263A00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.77.

Color convert

RGB 38 58 0 -
CMYK 0.34 0 1 0.77
HSL 80.69º 1% 0.11% -
HSV(B) 80.69º 1% 0.23% -
XYZ 2.31 3.44 0.54 -
YUV 45.41 102.37 122.72 -
System Red Green Blue C M Y K H S L
Decimal 38 58 0 0.34 0 1 0.77 80.69 1 0.11
Hex 26 3A 0 22 0 64 4D 51 64 B
Octal 46 72 0 42 0 144 115 121 144 13
Binary 100110 111010 0 100010 0 1100100 1001101 1010001 1100100 1011

Color Harmonies of #263A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263A00

Black with #263A00

Text Example


Text Example

White with #263A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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