Html Css Color HEX #26463D Te Papa Green

📋 copy color: '#26463D'

red 38 ◦ green 70 ◦ blue 61

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

Shades of Te Papa Green #26463D

Tints of Te Papa Green #26463D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.42%

 BLUE value IS 61 (24.22% from 255) = 36.09%

R = 22.49%
G = 41.42%
B = 36.09%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#26463D (or 0x26463D) is known color: Te Papa Green. HEX triplet: 26, 46 and 3D. RGB value is (38,70,61). Sum of RGB (Red+Green+Blue) = 38+70+61=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 70 - color contains mainly: green. Hex color #26463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26463D is #D9B9C2. Grayscale: #3B3B3B. Windows color (decimal): -14268867 or 4015654. OLE color: 4015654.

HSL color Cylindrical-coordinate representation of color #26463D: hue angle of 163.12º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #26463D is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 38 70 61 -
CMYK 0.46 0 0.13 0.73
HSL 163.13º 0.3% 0.21% -
HSV(B) 163.13º 0.46% 0.27% -
XYZ 3.83 5.13 5.2 -
YUV 59.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 38 70 61 0.46 0 0.13 0.73 163.13 0.3 0.21
Hex 26 46 3D 2E 0 D 49 A3 1E 15
Octal 46 106 75 56 0 15 111 243 36 25
Binary 100110 1000110 111101 101110 0 1101 1001001 10100011 11110 10101

Color Harmonies of #26463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26463D

Black with #26463D

Text Example


Text Example

White with #26463D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26463D; }

 p { color: rgb(38,70,61); }

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

background-color css

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

 a { background-color: rgb(38,70,61); }

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

border-color css

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

 span { border-color: rgb(38,70,61); }

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