Html Css Color HEX #263502 Turtle Green

📋 copy color: '#263502'

red 38 ◦ green 53 ◦ blue 2

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

Shades of Turtle Green #263502

Tints of Turtle Green #263502

RGB

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

 GREEN value IS 53 (21.09% from 255) = 56.99%

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

R = 40.86%
G = 56.99%
B = 2.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#263502 (or 0x263502) is known color: Turtle Green. HEX triplet: 26, 35 and 02. RGB value is (38,53,2). Sum of RGB (Red+Green+Blue) = 38+53+2=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 53 (21.09% from 255 or 56.99% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 53 - color contains mainly: green. Hex color #263502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263502 is #D9CAFD. Grayscale: #2A2A2A. Windows color (decimal): -14273278 or 144678. OLE color: 144678.

HSL color Cylindrical-coordinate representation of color #263502: hue angle of 77.65º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #263502 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB 38 53 2 -
CMYK 0.28 0 0.96 0.79
HSL 77.65º 0.93% 0.11% -
HSV(B) 77.65º 0.96% 0.21% -
XYZ 2.08 2.96 0.52 -
YUV 42.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 38 53 2 0.28 0 0.96 0.79 77.65 0.93 0.11
Hex 26 35 2 1C 0 60 4F 4E 5D B
Octal 46 65 2 34 0 140 117 116 135 13
Binary 100110 110101 10 11100 0 1100000 1001111 1001110 1011101 1011

Color Harmonies of #263502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263502

Black with #263502

Text Example


Text Example

White with #263502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263502; }

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

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

background-color css

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

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

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

border-color css

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

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

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