Html Css Color HEX #263302 Turtle Green

📋 copy color: '#263302'

red 38 ◦ green 51 ◦ blue 2

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

Shades of Turtle Green #263302

Tints of Turtle Green #263302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.2%

R = 41.76%
G = 56.04%
B = 2.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.8

RGB Variations

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

Color information

#263302 (or 0x263302) is known color: Turtle Green. HEX triplet: 26, 33 and 02. RGB value is (38,51,2). Sum of RGB (Red+Green+Blue) = 38+51+2=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 51 (20.31% from 255 or 56.04% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 51 - color contains mainly: green. Hex color #263302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263302 is #D9CCFD. Grayscale: #292929. Windows color (decimal): -14273790 or 144166. OLE color: 144166.

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

Color convert

RGB 38 51 2 -
CMYK 0.25 0 0.96 0.8
HSL 75.92º 0.92% 0.1% -
HSV(B) 75.92º 0.96% 0.2% -
XYZ 1.99 2.78 0.49 -
YUV 41.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 38 51 2 0.25 0 0.96 0.8 75.92 0.92 0.1
Hex 26 33 2 19 0 60 50 4C 5C A
Octal 46 63 2 31 0 140 120 114 134 12
Binary 100110 110011 10 11001 0 1100000 1010000 1001100 1011100 1010

Color Harmonies of #263302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263302

Black with #263302

Text Example


Text Example

White with #263302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263302; }

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

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

background-color css

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

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

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

border-color css

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

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

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