Html Css Color HEX #265A3A Kaitoke Green

📋 copy color: '#265A3A'

red 38 ◦ green 90 ◦ blue 58

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

Shades of Kaitoke Green #265A3A

Tints of Kaitoke Green #265A3A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 48.39%

 BLUE value IS 58 (23.05% from 255) = 31.18%

R = 20.43%
G = 48.39%
B = 31.18%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#265A3A (or 0x265A3A) is known color: Kaitoke Green. HEX triplet: 26, 5A and 3A. RGB value is (38,90,58). Sum of RGB (Red+Green+Blue) = 38+90+58=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 90 (35.55% from 255 or 48.39% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 90 - color contains mainly: green. Hex color #265A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A3A is #D9A5C5. Grayscale: #464646. Windows color (decimal): -14263750 or 3824166. OLE color: 3824166.

HSL color Cylindrical-coordinate representation of color #265A3A: hue angle of 143.08º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #265A3A is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 90 58 -
CMYK 0.58 0 0.36 0.65
HSL 143.08º 0.41% 0.25% -
HSV(B) 143.08º 0.58% 0.35% -
XYZ 5.22 8.03 5.28 -
YUV 70.8 120.77 104.6 -
System Red Green Blue C M Y K H S L
Decimal 38 90 58 0.58 0 0.36 0.65 143.08 0.41 0.25
Hex 26 5A 3A 3A 0 24 41 8F 29 19
Octal 46 132 72 72 0 44 101 217 51 31
Binary 100110 1011010 111010 111010 0 100100 1000001 10001111 101001 11001

Color Harmonies of #265A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A3A

Black with #265A3A

Text Example


Text Example

White with #265A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265A3A; }

 p { color: rgb(38,90,58); }

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

background-color css

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

 a { background-color: rgb(38,90,58); }

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

border-color css

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

 span { border-color: rgb(38,90,58); }

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