Html Css Color HEX #263008 Turtle Green

📋 copy color: '#263008'

red 38 ◦ green 48 ◦ blue 8

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

Shades of Turtle Green #263008

Tints of Turtle Green #263008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 51.06%

 BLUE value IS 8 (3.52% from 255) = 8.51%

R = 40.43%
G = 51.06%
B = 8.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.81

RGB Variations

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

Color information

#263008 (or 0x263008) is known color: Turtle Green. HEX triplet: 26, 30 and 08. RGB value is (38,48,8). Sum of RGB (Red+Green+Blue) = 38+48+8=94 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.43% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #263008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263008 is #D9CFF7. Grayscale: #282828. Windows color (decimal): -14274552 or 536614. OLE color: 536614.

HSL color Cylindrical-coordinate representation of color #263008: hue angle of 75º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #263008 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB 38 48 8 -
CMYK 0.21 0 0.83 0.81
HSL 75º 0.71% 0.11% -
HSV(B) 75º 0.83% 0.19% -
XYZ 1.9 2.54 0.62 -
YUV 40.45 109.69 126.25 -
System Red Green Blue C M Y K H S L
Decimal 38 48 8 0.21 0 0.83 0.81 75 0.71 0.11
Hex 26 30 8 15 0 53 51 4B 47 B
Octal 46 60 10 25 0 123 121 113 107 13
Binary 100110 110000 1000 10101 0 1010011 1010001 1001011 1000111 1011

Color Harmonies of #263008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263008

Black with #263008

Text Example


Text Example

White with #263008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263008; }

 p { color: rgb(38,48,8); }

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

background-color css

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

 a { background-color: rgb(38,48,8); }

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

border-color css

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

 span { border-color: rgb(38,48,8); }

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