Html Css Color HEX #265141 Te Papa Green

📋 copy color: '#265141'

red 38 ◦ green 81 ◦ blue 65

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

Shades of Te Papa Green #265141

Tints of Te Papa Green #265141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.02%

 BLUE value IS 65 (25.78% from 255) = 35.33%

R = 20.65%
G = 44.02%
B = 35.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#265141 (or 0x265141) is known color: Te Papa Green. HEX triplet: 26, 51 and 41. RGB value is (38,81,65). Sum of RGB (Red+Green+Blue) = 38+81+65=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #265141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265141 is #D9AEBE. Grayscale: #424242. Windows color (decimal): -14266047 or 4280614. OLE color: 4280614.

HSL color Cylindrical-coordinate representation of color #265141: hue angle of 157.67º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #265141 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 38 81 65 -
CMYK 0.53 0 0.20 0.68
HSL 157.67º 0.36% 0.23% -
HSV(B) 157.67º 0.53% 0.32% -
XYZ 4.7 6.68 6.04 -
YUV 66.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 38 81 65 0.53 0 0.20 0.68 157.67 0.36 0.23
Hex 26 51 41 35 0 14 44 9E 24 17
Octal 46 121 101 65 0 24 104 236 44 27
Binary 100110 1010001 1000001 110101 0 10100 1000100 10011110 100100 10111

Color Harmonies of #265141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265141

Black with #265141

Text Example


Text Example

White with #265141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265141; }

 p { color: rgb(38,81,65); }

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

background-color css

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

 a { background-color: rgb(38,81,65); }

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

border-color css

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

 span { border-color: rgb(38,81,65); }

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