Html Css Color HEX #263E2A Gordons Green

📋 copy color: '#263E2A'

red 38 ◦ green 62 ◦ blue 42

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

Shades of Gordons Green #263E2A

Tints of Gordons Green #263E2A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 43.66%

 BLUE value IS 42 (16.8% from 255) = 29.58%

R = 26.76%
G = 43.66%
B = 29.58%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.76

RGB Variations

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

Color information

#263E2A (or 0x263E2A) is known color: Gordons Green. HEX triplet: 26, 3E and 2A. RGB value is (38,62,42). Sum of RGB (Red+Green+Blue) = 38+62+42=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 62 (24.61% from 255 or 43.66% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 62 - color contains mainly: green. Hex color #263E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263E2A is #D9C1D5. Grayscale: #343434. Windows color (decimal): -14270934 or 2768422. OLE color: 2768422.

HSL color Cylindrical-coordinate representation of color #263E2A: hue angle of 130º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #263E2A is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.

Color convert

RGB 38 62 42 -
CMYK 0.39 0 0.32 0.76
HSL 130º 0.24% 0.2% -
HSV(B) 130º 0.39% 0.24% -
XYZ 2.94 4.02 2.81 -
YUV 52.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 38 62 42 0.39 0 0.32 0.76 130 0.24 0.2
Hex 26 3E 2A 27 0 20 4C 82 18 14
Octal 46 76 52 47 0 40 114 202 30 24
Binary 100110 111110 101010 100111 0 100000 1001100 10000010 11000 10100

Color Harmonies of #263E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263E2A

Black with #263E2A

Text Example


Text Example

White with #263E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,62,42); }

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

background-color css

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

 a { background-color: rgb(38,62,42); }

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

border-color css

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

 span { border-color: rgb(38,62,42); }

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