Html Css Color HEX #265146 Te Papa Green

📋 copy color: '#265146'

red 38 ◦ green 81 ◦ blue 70

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

Shades of Te Papa Green #265146

Tints of Te Papa Green #265146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.04%

R = 20.11%
G = 42.86%
B = 37.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#265146 (or 0x265146) is known color: Te Papa Green. HEX triplet: 26, 51 and 46. RGB value is (38,81,70). Sum of RGB (Red+Green+Blue) = 38+81+70=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 81 - color contains mainly: green. Hex color #265146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265146 is #D9AEB9. Grayscale: #424242. Windows color (decimal): -14266042 or 4608294. OLE color: 4608294.

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

Color convert

RGB 38 81 70 -
CMYK 0.53 0 0.14 0.68
HSL 164.65º 0.36% 0.23% -
HSV(B) 164.65º 0.53% 0.32% -
XYZ 4.85 6.74 6.84 -
YUV 66.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 38 81 70 0.53 0 0.14 0.68 164.65 0.36 0.23
Hex 26 51 46 35 0 E 44 A5 24 17
Octal 46 121 106 65 0 16 104 245 44 27
Binary 100110 1010001 1000110 110101 0 1110 1000100 10100101 100100 10111

Color Harmonies of #265146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265146

Black with #265146

Text Example


Text Example

White with #265146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265146; }

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

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

background-color css

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

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

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

border-color css

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

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

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