Html Css Color HEX #265144 Te Papa Green

📋 copy color: '#265144'

red 38 ◦ green 81 ◦ blue 68

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

Shades of Te Papa Green #265144

Tints of Te Papa Green #265144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.36%

R = 20.32%
G = 43.32%
B = 36.36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#265144 (or 0x265144) is known color: Te Papa Green. HEX triplet: 26, 51 and 44. RGB value is (38,81,68). Sum of RGB (Red+Green+Blue) = 38+81+68=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #265144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265144 is #D9AEBB. Grayscale: #424242. Windows color (decimal): -14266044 or 4477222. OLE color: 4477222.

HSL color Cylindrical-coordinate representation of color #265144: hue angle of 161.86º 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 #265144 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 38 81 68 -
CMYK 0.53 0 0.16 0.68
HSL 161.86º 0.36% 0.23% -
HSV(B) 161.86º 0.53% 0.32% -
XYZ 4.79 6.71 6.51 -
YUV 66.66 128.75 107.56 -
System Red Green Blue C M Y K H S L
Decimal 38 81 68 0.53 0 0.16 0.68 161.86 0.36 0.23
Hex 26 51 44 35 0 10 44 A2 24 17
Octal 46 121 104 65 0 20 104 242 44 27
Binary 100110 1010001 1000100 110101 0 10000 1000100 10100010 100100 10111

Color Harmonies of #265144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265144

Black with #265144

Text Example


Text Example

White with #265144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265144; }

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

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

background-color css

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

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

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

border-color css

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

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

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