Html Css Color HEX #265441 Te Papa Green

📋 copy color: '#265441'

red 38 ◦ green 84 ◦ blue 65

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

Shades of Te Papa Green #265441

Tints of Te Papa Green #265441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.92%

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

R = 20.32%
G = 44.92%
B = 34.76%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#265441 (or 0x265441) is known color: Te Papa Green. HEX triplet: 26, 54 and 41. RGB value is (38,84,65). Sum of RGB (Red+Green+Blue) = 38+84+65=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #265441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265441 is #D9ABBE. Grayscale: #444444. Windows color (decimal): -14265279 or 4281382. OLE color: 4281382.

HSL color Cylindrical-coordinate representation of color #265441: hue angle of 155.22º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #265441 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 84 65 -
CMYK 0.55 0 0.23 0.67
HSL 155.22º 0.38% 0.24% -
HSV(B) 155.22º 0.55% 0.33% -
XYZ 4.92 7.13 6.12 -
YUV 68.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 38 84 65 0.55 0 0.23 0.67 155.22 0.38 0.24
Hex 26 54 41 37 0 17 43 9B 26 18
Octal 46 124 101 67 0 27 103 233 46 30
Binary 100110 1010100 1000001 110111 0 10111 1000011 10011011 100110 11000

Color Harmonies of #265441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265441

Black with #265441

Text Example


Text Example

White with #265441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265441; }

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

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

background-color css

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

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

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

border-color css

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

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

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