Html Css Color HEX #268F3D Japanese Laurel

📋 copy color: '#268F3D'

red 38 ◦ green 143 ◦ blue 61

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

Shades of Japanese Laurel #268F3D

Tints of Japanese Laurel #268F3D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 59.09%

 BLUE value IS 61 (24.22% from 255) = 25.21%

R = 15.7%
G = 59.09%
B = 25.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#268F3D (or 0x268F3D) is known color: Japanese Laurel. HEX triplet: 26, 8F and 3D. RGB value is (38,143,61). Sum of RGB (Red+Green+Blue) = 38+143+61=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 143 (56.25% from 255 or 59.09% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 143 - color contains mainly: green. Hex color #268F3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268F3D is #D970C2. Grayscale: #666666. Windows color (decimal): -14250179 or 4034342. OLE color: 4034342.

HSL color Cylindrical-coordinate representation of color #268F3D: hue angle of 133.14º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268F3D is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 143 61 -
CMYK 0.73 0 0.57 0.44
HSL 133.14º 0.58% 0.35% -
HSV(B) 133.14º 0.73% 0.56% -
XYZ 11.46 20.39 7.75 -
YUV 102.26 104.71 82.17 -
System Red Green Blue C M Y K H S L
Decimal 38 143 61 0.73 0 0.57 0.44 133.14 0.58 0.35
Hex 26 8F 3D 49 0 39 2C 85 3A 23
Octal 46 217 75 111 0 71 54 205 72 43
Binary 100110 10001111 111101 1001001 0 111001 101100 10000101 111010 100011

Color Harmonies of #268F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268F3D

Black with #268F3D

Text Example


Text Example

White with #268F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268F3D; }

 p { color: rgb(38,143,61); }

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

background-color css

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

 a { background-color: rgb(38,143,61); }

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

border-color css

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

 span { border-color: rgb(38,143,61); }

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